HEX: #BC8FDB
RGB: (188,143,219)
#BC8FDB enthält hauptsächlich rote und blaue Farbe. Für #BC8FDB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BC8FDB wird in RGB als (188,143,219) definiert.
RGB: (188,143,219) (74%,56%,86%)
R 188 von 255 = 74%
G 143 von 255 = 56%
B 219 von 255 = 86%
R + G + B ~ 72%. #BC8FDB ziemlich helle Farbe.
R + G + B =
188 + 143 + 219 = 550 (100%)
R 188 von 550 ~ 34.18%
G 143 von 550 ~ 26%
B 219 von 550 ~ 39.82%
Die Farbe #BC8FDB wird in CMYK als (14,35,0,14) definiert.
CMYK: (14,35,0,14) C14M35Y0K14 (14%,35%,0%,14%) (0.14/0.35/0.00/0.14)
BC | 8F | DB | |
---|---|---|---|
RGB | 188 | 143 | 219 |
HSL | 276° | 51.35% | 70.98% |
HSB/HSV | 276° | 34.70% | 85.88% |
CMYK | 14.16% | 34.70% | 0.00% |
14.12% |
Hexadezimal | BC | 8F | DB |
Dezimal | 188 | 143 | 219 |
Binär | 10111100 | 10001111 | 11011011 |
Oktal | 274 | 217 | 333 |
Beispiele css- und html für Elemente in der Farbe #BC8FDB. Bitte benutzen Sie auch rgb(188,143,219) statt hex-Code.
.myTextColor { color: #BC8FDB; }
<p style="color:#BC8FDB">This sample text font color is #BC8FDB.</p>
Die Farbe dieses Textes ist #BC8FDB.
.myBgColor { background-color: #BC8FDB; }
<div style="background-color:#BC8FDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC8FDB.
.myBorderColor { border: 1px solid #BC8FDB; }
<div style="border:3px solid #BC8FDB">Div</div>
Die Grenzen von diesem div sind in Farbe #BC8FDB.
.myOpacity80 { color: #BC8FDB; opacity: 0.8; }
<p style="color:#BC8FDB;opacity:0.8;">80%</p>
Text in Farbe #BC8FDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC8FDB;}
<p style="text-shadow: 3px 3px 1px #BC8FDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC8FDB.
.textShadow {text-shadow: 3px 3px 1px #BC8FDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC8FDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC8FDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC8FDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC8FDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC8FDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC8FDB; -webkit-box-shadow: 1px 1px 3px 2px #BC8FDB; box-shadow: 1px 1px 3px 2px #BC8FDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC8FDB; -webkit-box-shadow: 1px 1px 3px 2px #BC8FDB; box-shadow:1px 1px 3px 2px #BC8FDB;">
Div content here</div>
Dieser Text ist in der Farbe #BC8FDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC8FDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC8FDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC8FDB.