HEX: #8877DB
RGB: (136,119,219)
#8877DB enthält hauptsächlich blaue Farbe. Für #8877DB ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #8877DB wird in RGB als (136,119,219) definiert.
RGB: (136,119,219) (53%,47%,86%)
R 136 von 255 = 53%
G 119 von 255 = 47%
B 219 von 255 = 86%
R + G + B ~ 62%. #8877DB ziemlich helle Farbe.
R + G + B =
136 + 119 + 219 = 474 (100%)
R 136 von 474 ~ 28.69%
G 119 von 474 ~ 25.11%
B 219 von 474 ~ 46.2%
Die Farbe #8877DB wird in CMYK als (38,46,0,14) definiert.
CMYK: (38,46,0,14) C38M46Y0K14 (38%,46%,0%,14%) (0.38/0.46/0.00/0.14)
88 | 77 | DB | |
---|---|---|---|
RGB | 136 | 119 | 219 |
HSL | 250° | 58.14% | 66.27% |
HSB/HSV | 250° | 45.66% | 85.88% |
CMYK | 37.90% | 45.66% | 0.00% |
14.12% |
Hexadezimal | 88 | 77 | DB |
Dezimal | 136 | 119 | 219 |
Binär | 10001000 | 1110111 | 11011011 |
Oktal | 210 | 167 | 333 |
Beispiele css- und html für Elemente in der Farbe #8877DB. Bitte benutzen Sie auch rgb(136,119,219) statt hex-Code.
.myTextColor { color: #8877DB; }
<p style="color:#8877DB">This sample text font color is #8877DB.</p>
Die Farbe dieses Textes ist #8877DB.
.myBgColor { background-color: #8877DB; }
<div style="background-color:#8877DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8877DB.
.myBorderColor { border: 1px solid #8877DB; }
<div style="border:3px solid #8877DB">Div</div>
Die Grenzen von diesem div sind in Farbe #8877DB.
.myOpacity80 { color: #8877DB; opacity: 0.8; }
<p style="color:#8877DB;opacity:0.8;">80%</p>
Text in Farbe #8877DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8877DB;}
<p style="text-shadow: 3px 3px 1px #8877DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #8877DB.
.textShadow {text-shadow: 3px 3px 1px #8877DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8877DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8877DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8877DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8877DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #8877DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8877DB; -webkit-box-shadow: 1px 1px 3px 2px #8877DB; box-shadow: 1px 1px 3px 2px #8877DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8877DB; -webkit-box-shadow: 1px 1px 3px 2px #8877DB; box-shadow:1px 1px 3px 2px #8877DB;">
Div content here</div>
Dieser Text ist in der Farbe #8877DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8877DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8877DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8877DB.