HEX: #B47FAD
RGB: (180,127,173)
#B47FAD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B47FAD ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B47FAD wird in RGB als (180,127,173) definiert.
RGB: (180,127,173) (71%,50%,68%)
R 180 von 255 = 71%
G 127 von 255 = 50%
B 173 von 255 = 68%
R + G + B ~ 63%. #B47FAD ziemlich helle Farbe.
R + G + B =
180 + 127 + 173 = 480 (100%)
R 180 von 480 ~ 37.5%
G 127 von 480 ~ 26.46%
B 173 von 480 ~ 36.04%
Die Farbe #B47FAD wird in CMYK als (0,29,4,29) definiert.
CMYK: (0,29,4,29) C0M29Y4K29 (0%,29%,4%,29%) (0.00/0.29/0.04/0.29)
B4 | 7F | AD | |
---|---|---|---|
RGB | 180 | 127 | 173 |
HSL | 308° | 26.11% | 60.20% |
HSB/HSV | 308° | 29.44% | 70.59% |
CMYK | 0.00% | 29.44% | 3.89% |
29.41% |
Hexadezimal | B4 | 7F | AD |
Dezimal | 180 | 127 | 173 |
Binär | 10110100 | 1111111 | 10101101 |
Oktal | 264 | 177 | 255 |
Beispiele css- und html für Elemente in der Farbe #B47FAD. Bitte benutzen Sie auch rgb(180,127,173) statt hex-Code.
.myTextColor { color: #B47FAD; }
<p style="color:#B47FAD">This sample text font color is #B47FAD.</p>
Die Farbe dieses Textes ist #B47FAD.
.myBgColor { background-color: #B47FAD; }
<div style="background-color:#B47FAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B47FAD.
.myBorderColor { border: 1px solid #B47FAD; }
<div style="border:3px solid #B47FAD">Div</div>
Die Grenzen von diesem div sind in Farbe #B47FAD.
.myOpacity80 { color: #B47FAD; opacity: 0.8; }
<p style="color:#B47FAD;opacity:0.8;">80%</p>
Text in Farbe #B47FAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B47FAD;}
<p style="text-shadow: 3px 3px 1px #B47FAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B47FAD.
.textShadow {text-shadow: 3px 3px 1px #B47FAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B47FAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B47FAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B47FAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B47FAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B47FAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B47FAD; -webkit-box-shadow: 1px 1px 3px 2px #B47FAD; box-shadow: 1px 1px 3px 2px #B47FAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B47FAD; -webkit-box-shadow: 1px 1px 3px 2px #B47FAD; box-shadow:1px 1px 3px 2px #B47FAD;">
Div content here</div>
Dieser Text ist in der Farbe #B47FAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B47FAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B47FAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B47FAD.