HEX: #8E3DAE
RGB: (142,61,174)
#8E3DAE enthält hauptsächlich rote und blaue Farbe. Für #8E3DAE ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #8E3DAE wird in RGB als (142,61,174) definiert.
RGB: (142,61,174)
(56%, 24%, 68%)
R 142 von 255 = 56%
G 61 von 255 = 24%
B 174 von 255 = 68%
R + G + B ~ 49%. #8E3DAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 142 + 61 + 174 = 377 (100%)
R 142 von 377 ~ 37.67%
G 61 von 377 ~ 16.18%
B 174 von 377 ~ 46.15'%
Die Farbe #8E3DAE wird in CMYK als (18,65,0,32) definiert.
CMYK: (18,65,0,32)
C18M65Y0K32 (18%, 65%, 0%, 32%)
(0.18 / 0.65 / 0.00 / 0.32)
Farbe #8E3DAE in den populären Farbmodellen.
8E | 3D | AE | |
---|---|---|---|
RGB | 142 | 61 | 174 |
HSL | 283° | 48.09% | 46.08% |
HSB/HSV | 283° | 64.94% | 68.24% |
CMYK | 18.39% | 64.94% | 0.00% |
31.76% |
Die Farbe #8E3DAE in den populären Zahlensystemen.
Hexadezimal | 8E | 3D | AE |
Dezimal | 142 | 61 | 174 |
Binär | 10001110 | 111101 | 10101110 |
Oktal | 216 | 75 | 256 |
Dunkle Töne der Farbe #8E3DAE
Helle Töne der Farbe #8E3DAE
Beispiele css- und html für Elemente in der Farbe #8E3DAE. Bitte benutzen Sie auch rgb(142,61,174) statt hex-Code.
.myTextColor { color: #8E3DAE; }
<p style="color:#8E3DAE">This sample text font color is #8E3DAE.</p>
Die Farbe dieses Textes ist #8E3DAE.
.myBgColor { background-color: #8E3DAE; }
<div style="background-color:#8E3DAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8E3DAE.
.myBorderColor { border: 1px solid #8E3DAE; }
<div style="border:3px solid #8E3DAE">Div</div>
Die Grenzen von diesem div sind in Farbe #8E3DAE.
.myOpacity80 { color: #8E3DAE; opacity: 0.8; }
<p style="color:#8E3DAE;opacity:0.8;">80%</p>
Text in Farbe #8E3DAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E3DAE;}
<p style="text-shadow: 3px 3px 1px #8E3DAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #8E3DAE.
.textShadow {text-shadow: 3px 3px 1px #8E3DAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E3DAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8E3DAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E3DAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E3DAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E3DAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8E3DAE;
-webkit-box-shadow: 1px 1px 3px 2px #8E3DAE;
box-shadow: 1px 1px 3px 2px #8E3DAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E3DAE; -webkit-box-shadow: 1px 1px 3px 2px #8E3DAE; box-shadow:1px 1px 3px 2px #8E3DAE;">
Div content here
</div>
Dieser Text ist in der Farbe #8E3DAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8E3DAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8E3DAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8E3DAE.
Kontrastfarbe für #hex ist #71C251.