HEX: #B88DD0
RGB: (184,141,208)
#B88DD0 enthält hauptsächlich rote und blaue Farbe. Für #B88DD0 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B88DD0 wird in RGB als (184,141,208) definiert.
RGB: (184,141,208) (72%,55%,82%)
R 184 von 255 = 72%
G 141 von 255 = 55%
B 208 von 255 = 82%
R + G + B ~ 70%. #B88DD0 ziemlich helle Farbe.
R + G + B =
184 + 141 + 208 = 533 (100%)
R 184 von 533 ~ 34.52%
G 141 von 533 ~ 26.45%
B 208 von 533 ~ 39.02%
Die Farbe #B88DD0 wird in CMYK als (12,32,0,18) definiert.
CMYK: (12,32,0,18) C12M32Y0K18 (12%,32%,0%,18%) (0.12/0.32/0.00/0.18)
B8 | 8D | D0 | |
---|---|---|---|
RGB | 184 | 141 | 208 |
HSL | 279° | 41.61% | 68.43% |
HSB/HSV | 279° | 32.21% | 81.57% |
CMYK | 11.54% | 32.21% | 0.00% |
18.43% |
Hexadezimal | B8 | 8D | D0 |
Dezimal | 184 | 141 | 208 |
Binär | 10111000 | 10001101 | 11010000 |
Oktal | 270 | 215 | 320 |
Beispiele css- und html für Elemente in der Farbe #B88DD0. Bitte benutzen Sie auch rgb(184,141,208) statt hex-Code.
.myTextColor { color: #B88DD0; }
<p style="color:#B88DD0">This sample text font color is #B88DD0.</p>
Die Farbe dieses Textes ist #B88DD0.
.myBgColor { background-color: #B88DD0; }
<div style="background-color:#B88DD0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B88DD0.
.myBorderColor { border: 1px solid #B88DD0; }
<div style="border:3px solid #B88DD0">Div</div>
Die Grenzen von diesem div sind in Farbe #B88DD0.
.myOpacity80 { color: #B88DD0; opacity: 0.8; }
<p style="color:#B88DD0;opacity:0.8;">80%</p>
Text in Farbe #B88DD0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B88DD0;}
<p style="text-shadow: 3px 3px 1px #B88DD0">Text here.</p>
Dieser Text hat den Schatten in Farbe #B88DD0.
.textShadow {text-shadow: 3px 3px 1px #B88DD0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B88DD0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B88DD0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B88DD0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B88DD0, Direction=45, Strength=4)">Text</p>
This text has shadow with #B88DD0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B88DD0; -webkit-box-shadow: 1px 1px 3px 2px #B88DD0; box-shadow: 1px 1px 3px 2px #B88DD0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B88DD0; -webkit-box-shadow: 1px 1px 3px 2px #B88DD0; box-shadow:1px 1px 3px 2px #B88DD0;">
Div content here</div>
Dieser Text ist in der Farbe #B88DD0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B88DD0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B88DD0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B88DD0.