HEX: #888EDD
RGB: (136,142,221)
#888EDD enthält hauptsächlich blaue Farbe. Für #888EDD ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #888EDD wird in RGB als (136,142,221) definiert.
RGB: (136,142,221) (53%,56%,87%)
R 136 von 255 = 53%
G 142 von 255 = 56%
B 221 von 255 = 87%
R + G + B ~ 65%. #888EDD ziemlich helle Farbe.
R + G + B =
136 + 142 + 221 = 499 (100%)
R 136 von 499 ~ 27.25%
G 142 von 499 ~ 28.46%
B 221 von 499 ~ 44.29%
Die Farbe #888EDD wird in CMYK als (38,36,0,13) definiert.
CMYK: (38,36,0,13) C38M36Y0K13 (38%,36%,0%,13%) (0.38/0.36/0.00/0.13)
88 | 8E | DD | |
---|---|---|---|
RGB | 136 | 142 | 221 |
HSL | 236° | 55.56% | 70.00% |
HSB/HSV | 236° | 38.46% | 86.67% |
CMYK | 38.46% | 35.75% | 0.00% |
13.33% |
Hexadezimal | 88 | 8E | DD |
Dezimal | 136 | 142 | 221 |
Binär | 10001000 | 10001110 | 11011101 |
Oktal | 210 | 216 | 335 |
Beispiele css- und html für Elemente in der Farbe #888EDD. Bitte benutzen Sie auch rgb(136,142,221) statt hex-Code.
.myTextColor { color: #888EDD; }
<p style="color:#888EDD">This sample text font color is #888EDD.</p>
Die Farbe dieses Textes ist #888EDD.
.myBgColor { background-color: #888EDD; }
<div style="background-color:#888EDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #888EDD.
.myBorderColor { border: 1px solid #888EDD; }
<div style="border:3px solid #888EDD">Div</div>
Die Grenzen von diesem div sind in Farbe #888EDD.
.myOpacity80 { color: #888EDD; opacity: 0.8; }
<p style="color:#888EDD;opacity:0.8;">80%</p>
Text in Farbe #888EDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #888EDD;}
<p style="text-shadow: 3px 3px 1px #888EDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #888EDD.
.textShadow {text-shadow: 3px 3px 1px #888EDD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #888EDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #888EDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#888EDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#888EDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #888EDD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #888EDD; -webkit-box-shadow: 1px 1px 3px 2px #888EDD; box-shadow: 1px 1px 3px 2px #888EDD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #888EDD; -webkit-box-shadow: 1px 1px 3px 2px #888EDD; box-shadow:1px 1px 3px 2px #888EDD;">
Div content here</div>
Dieser Text ist in der Farbe #888EDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #888EDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #888EDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #888EDD.