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