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