HEX: #B887DD
RGB: (184,135,221)
#B887DD enthält hauptsächlich rote und blaue Farbe. Für #B887DD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B887DD wird in RGB als (184,135,221) definiert.
RGB: (184,135,221)
(72%, 53%, 87%)
R 184 von 255 = 72%
G 135 von 255 = 53%
B 221 von 255 = 87%
R + G + B ~ 71%. #B887DD ziemlich helle Farbe.
R + G + B = 184 + 135 + 221 = 540 (100%)
R 184 von 540 ~ 34.07%
G 135 von 540 ~ 25%
B 221 von 540 ~ 40.93'%
Die Farbe #B887DD wird in CMYK als (17,39,0,13) definiert.
CMYK: (17,39,0,13) C17M39Y0K13 (17%,39%,0%,13%) (0.17/0.39/0.00/0.13)
Farbe #B887DD in den populären Farbmodellen.
B8 | 87 | DD | |
---|---|---|---|
RGB | 184 | 135 | 221 |
HSL | 274° | 55.84% | 69.80% |
HSB/HSV | 274° | 38.91% | 86.67% |
CMYK | 16.74% | 38.91% | 0.00% |
13.33% |
Die Farbe #B887DD in den populären Zahlensystemen.
Hexadezimal | B8 | 87 | DD |
Dezimal | 184 | 135 | 221 |
Binär | 10111000 | 10000111 | 11011101 |
Oktal | 270 | 207 | 335 |
Dunkle Töne der Farbe #B887DD
Helle Töne der Farbe #B887DD
Beispiele css- und html für Elemente in der Farbe #B887DD. Bitte benutzen Sie auch rgb(184,135,221) statt hex-Code.
.myTextColor { color: #B887DD; }
<p style="color:#B887DD">This sample text font color is #B887DD.</p>
Die Farbe dieses Textes ist #B887DD.
.myBgColor { background-color: #B887DD; }
<div style="background-color:#B887DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B887DD.
.myBorderColor { border: 1px solid #B887DD; }
<div style="border:3px solid #B887DD">Div</div>
Die Grenzen von diesem div sind in Farbe #B887DD.
.myOpacity80 { color: #B887DD; opacity: 0.8; }
<p style="color:#B887DD;opacity:0.8;">80%</p>
Text in Farbe #B887DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B887DD;}
<p style="text-shadow: 3px 3px 1px #B887DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B887DD.
.textShadow {text-shadow: 3px 3px 1px #B887DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B887DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B887DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B887DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B887DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B887DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B887DD;
-webkit-box-shadow: 1px 1px 3px 2px #B887DD;
box-shadow: 1px 1px 3px 2px #B887DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B887DD; -webkit-box-shadow: 1px 1px 3px 2px #B887DD; box-shadow:1px 1px 3px 2px #B887DD;">
Div content here
</div>
Dieser Text ist in der Farbe #B887DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B887DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B887DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B887DD.
Kontrastfarbe für #hex ist #477822.