HEX: #8E5AD8
RGB: (142,90,216)
#8E5AD8 enthält hauptsächlich blaue Farbe. Für #8E5AD8 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #8E5AD8 wird in RGB als (142,90,216) definiert.
RGB: (142,90,216)
(56%, 35%, 85%)
R 142 von 255 = 56%
G 90 von 255 = 35%
B 216 von 255 = 85%
R + G + B ~ 59%. #8E5AD8 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 142 + 90 + 216 = 448 (100%)
R 142 von 448 ~ 31.7%
G 90 von 448 ~ 20.09%
B 216 von 448 ~ 48.21'%
Die Farbe #8E5AD8 wird in CMYK als (34,58,0,15) definiert.
CMYK: (34,58,0,15)
C34M58Y0K15 (34%, 58%, 0%, 15%)
(0.34 / 0.58 / 0.00 / 0.15)
Farbe #8E5AD8 in den populären Farbmodellen.
8E | 5A | D8 | |
---|---|---|---|
RGB | 142 | 90 | 216 |
HSL | 265° | 61.76% | 60.00% |
HSB/HSV | 265° | 58.33% | 84.71% |
CMYK | 34.26% | 58.33% | 0.00% |
15.29% |
Die Farbe #8E5AD8 in den populären Zahlensystemen.
Hexadezimal | 8E | 5A | D8 |
Dezimal | 142 | 90 | 216 |
Binär | 10001110 | 1011010 | 11011000 |
Oktal | 216 | 132 | 330 |
Dunkle Töne der Farbe #8E5AD8
Helle Töne der Farbe #8E5AD8
Beispiele css- und html für Elemente in der Farbe #8E5AD8. Bitte benutzen Sie auch rgb(142,90,216) statt hex-Code.
.myTextColor { color: #8E5AD8; }
<p style="color:#8E5AD8">This sample text font color is #8E5AD8.</p>
Die Farbe dieses Textes ist #8E5AD8.
.myBgColor { background-color: #8E5AD8; }
<div style="background-color:#8E5AD8">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8E5AD8.
.myBorderColor { border: 1px solid #8E5AD8; }
<div style="border:3px solid #8E5AD8">Div</div>
Die Grenzen von diesem div sind in Farbe #8E5AD8.
.myOpacity80 { color: #8E5AD8; opacity: 0.8; }
<p style="color:#8E5AD8;opacity:0.8;">80%</p>
Text in Farbe #8E5AD8 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E5AD8;}
<p style="text-shadow: 3px 3px 1px #8E5AD8">Text here.</p>
Dieser Text hat den Schatten in Farbe #8E5AD8.
.textShadow {text-shadow: 3px 3px 1px #8E5AD8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E5AD8, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8E5AD8 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E5AD8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E5AD8, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E5AD8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8E5AD8;
-webkit-box-shadow: 1px 1px 3px 2px #8E5AD8;
box-shadow: 1px 1px 3px 2px #8E5AD8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E5AD8; -webkit-box-shadow: 1px 1px 3px 2px #8E5AD8; box-shadow:1px 1px 3px 2px #8E5AD8;">
Div content here
</div>
Dieser Text ist in der Farbe #8E5AD8 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8E5AD8 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8E5AD8.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8E5AD8.
Kontrastfarbe für #hex ist #71A527.