HEX: #BB87D9
RGB: (187,135,217)
#BB87D9 enthält hauptsächlich rote und blaue Farbe. Für #BB87D9 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BB87D9 wird in RGB als (187,135,217) definiert.
RGB: (187,135,217) (73%,53%,85%)
R 187 von 255 = 73%
G 135 von 255 = 53%
B 217 von 255 = 85%
R + G + B ~ 70%. #BB87D9 ziemlich helle Farbe.
R + G + B =
187 + 135 + 217 = 539 (100%)
R 187 von 539 ~ 34.69%
G 135 von 539 ~ 25.05%
B 217 von 539 ~ 40.26%
Die Farbe #BB87D9 wird in CMYK als (14,38,0,15) definiert.
CMYK: (14,38,0,15) C14M38Y0K15 (14%,38%,0%,15%) (0.14/0.38/0.00/0.15)
BB | 87 | D9 | |
---|---|---|---|
RGB | 187 | 135 | 217 |
HSL | 278° | 51.90% | 69.02% |
HSB/HSV | 278° | 37.79% | 85.10% |
CMYK | 13.82% | 37.79% | 0.00% |
14.90% |
Hexadezimal | BB | 87 | D9 |
Dezimal | 187 | 135 | 217 |
Binär | 10111011 | 10000111 | 11011001 |
Oktal | 273 | 207 | 331 |
Beispiele css- und html für Elemente in der Farbe #BB87D9. Bitte benutzen Sie auch rgb(187,135,217) statt hex-Code.
.myTextColor { color: #BB87D9; }
<p style="color:#BB87D9">This sample text font color is #BB87D9.</p>
Die Farbe dieses Textes ist #BB87D9.
.myBgColor { background-color: #BB87D9; }
<div style="background-color:#BB87D9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB87D9.
.myBorderColor { border: 1px solid #BB87D9; }
<div style="border:3px solid #BB87D9">Div</div>
Die Grenzen von diesem div sind in Farbe #BB87D9.
.myOpacity80 { color: #BB87D9; opacity: 0.8; }
<p style="color:#BB87D9;opacity:0.8;">80%</p>
Text in Farbe #BB87D9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB87D9;}
<p style="text-shadow: 3px 3px 1px #BB87D9">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB87D9.
.textShadow {text-shadow: 3px 3px 1px #BB87D9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB87D9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB87D9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB87D9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB87D9, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB87D9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB87D9; -webkit-box-shadow: 1px 1px 3px 2px #BB87D9; box-shadow: 1px 1px 3px 2px #BB87D9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB87D9; -webkit-box-shadow: 1px 1px 3px 2px #BB87D9; box-shadow:1px 1px 3px 2px #BB87D9;">
Div content here</div>
Dieser Text ist in der Farbe #BB87D9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB87D9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB87D9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB87D9.