HEX: #B59DBD
RGB: (181,157,189)
#B59DBD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B59DBD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B59DBD wird in RGB als (181,157,189) definiert.
RGB: (181,157,189) (71%,62%,74%)
R 181 von 255 = 71%
G 157 von 255 = 62%
B 189 von 255 = 74%
R + G + B ~ 69%. #B59DBD ziemlich helle Farbe.
R + G + B =
181 + 157 + 189 = 527 (100%)
R 181 von 527 ~ 34.35%
G 157 von 527 ~ 29.79%
B 189 von 527 ~ 35.86%
Die Farbe #B59DBD wird in CMYK als (4,17,0,26) definiert.
CMYK: (4,17,0,26) C4M17Y0K26 (4%,17%,0%,26%) (0.04/0.17/0.00/0.26)
B5 | 9D | BD | |
---|---|---|---|
RGB | 181 | 157 | 189 |
HSL | 285° | 19.51% | 67.84% |
HSB/HSV | 285° | 16.93% | 74.12% |
CMYK | 4.23% | 16.93% | 0.00% |
25.88% |
Hexadezimal | B5 | 9D | BD |
Dezimal | 181 | 157 | 189 |
Binär | 10110101 | 10011101 | 10111101 |
Oktal | 265 | 235 | 275 |
Beispiele css- und html für Elemente in der Farbe #B59DBD. Bitte benutzen Sie auch rgb(181,157,189) statt hex-Code.
.myTextColor { color: #B59DBD; }
<p style="color:#B59DBD">This sample text font color is #B59DBD.</p>
Die Farbe dieses Textes ist #B59DBD.
.myBgColor { background-color: #B59DBD; }
<div style="background-color:#B59DBD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B59DBD.
.myBorderColor { border: 1px solid #B59DBD; }
<div style="border:3px solid #B59DBD">Div</div>
Die Grenzen von diesem div sind in Farbe #B59DBD.
.myOpacity80 { color: #B59DBD; opacity: 0.8; }
<p style="color:#B59DBD;opacity:0.8;">80%</p>
Text in Farbe #B59DBD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B59DBD;}
<p style="text-shadow: 3px 3px 1px #B59DBD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B59DBD.
.textShadow {text-shadow: 3px 3px 1px #B59DBD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B59DBD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B59DBD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B59DBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B59DBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B59DBD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B59DBD; -webkit-box-shadow: 1px 1px 3px 2px #B59DBD; box-shadow: 1px 1px 3px 2px #B59DBD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B59DBD; -webkit-box-shadow: 1px 1px 3px 2px #B59DBD; box-shadow:1px 1px 3px 2px #B59DBD;">
Div content here</div>
Dieser Text ist in der Farbe #B59DBD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B59DBD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B59DBD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B59DBD.