HEX: #8988DB
RGB: (137,136,219)
#8988DB enthält hauptsächlich blaue Farbe. Für #8988DB ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #8988DB wird in RGB als (137,136,219) definiert.
RGB: (137,136,219)
(54%, 53%, 86%)
R 137 von 255 = 54%
G 136 von 255 = 53%
B 219 von 255 = 86%
R + G + B ~ 64%. #8988DB ziemlich helle Farbe.
R + G + B = 137 + 136 + 219 = 492 (100%)
R 137 von 492 ~ 27.85%
G 136 von 492 ~ 27.64%
B 219 von 492 ~ 44.51'%
Die Farbe #8988DB wird in CMYK als (37,38,0,14) definiert.
CMYK: (37,38,0,14)
C37M38Y0K14 (37%, 38%, 0%, 14%)
(0.37 / 0.38 / 0.00 / 0.14)
Farbe #8988DB in den populären Farbmodellen.
89 | 88 | DB | |
---|---|---|---|
RGB | 137 | 136 | 219 |
HSL | 241° | 53.55% | 69.61% |
HSB/HSV | 241° | 37.90% | 85.88% |
CMYK | 37.44% | 37.90% | 0.00% |
14.12% |
Die Farbe #8988DB in den populären Zahlensystemen.
Hexadezimal | 89 | 88 | DB |
Dezimal | 137 | 136 | 219 |
Binär | 10001001 | 10001000 | 11011011 |
Oktal | 211 | 210 | 333 |
Dunkle Töne der Farbe #8988DB
Helle Töne der Farbe #8988DB
Beispiele css- und html für Elemente in der Farbe #8988DB. Bitte benutzen Sie auch rgb(137,136,219) statt hex-Code.
.myTextColor { color: #8988DB; }
<p style="color:#8988DB">This sample text font color is #8988DB.</p>
Die Farbe dieses Textes ist #8988DB.
.myBgColor { background-color: #8988DB; }
<div style="background-color:#8988DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8988DB.
.myBorderColor { border: 1px solid #8988DB; }
<div style="border:3px solid #8988DB">Div</div>
Die Grenzen von diesem div sind in Farbe #8988DB.
.myOpacity80 { color: #8988DB; opacity: 0.8; }
<p style="color:#8988DB;opacity:0.8;">80%</p>
Text in Farbe #8988DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8988DB;}
<p style="text-shadow: 3px 3px 1px #8988DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #8988DB.
.textShadow {text-shadow: 3px 3px 1px #8988DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8988DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8988DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8988DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8988DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #8988DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8988DB;
-webkit-box-shadow: 1px 1px 3px 2px #8988DB;
box-shadow: 1px 1px 3px 2px #8988DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8988DB; -webkit-box-shadow: 1px 1px 3px 2px #8988DB; box-shadow:1px 1px 3px 2px #8988DB;">
Div content here
</div>
Dieser Text ist in der Farbe #8988DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8988DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8988DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8988DB.
Kontrastfarbe für #hex ist #767724.