HEX: #AE71E2
RGB: (174,113,226)
#AE71E2 enthält hauptsächlich rote und blaue Farbe. Für #AE71E2 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AE71E2 wird in RGB als (174,113,226) definiert.
RGB: (174,113,226)
(68%, 44%, 89%)
R 174 von 255 = 68%
G 113 von 255 = 44%
B 226 von 255 = 89%
R + G + B ~ 67%. #AE71E2 ziemlich helle Farbe.
R + G + B = 174 + 113 + 226 = 513 (100%)
R 174 von 513 ~ 33.92%
G 113 von 513 ~ 22.03%
B 226 von 513 ~ 44.05'%
Die Farbe #AE71E2 wird in CMYK als (23,50,0,11) definiert.
CMYK: (23,50,0,11)
C23M50Y0K11 (23%, 50%, 0%, 11%)
(0.23 / 0.50 / 0.00 / 0.11)
Farbe #AE71E2 in den populären Farbmodellen.
AE | 71 | E2 | |
---|---|---|---|
RGB | 174 | 113 | 226 |
HSL | 272° | 66.08% | 66.47% |
HSB/HSV | 272° | 50.00% | 88.63% |
CMYK | 23.01% | 50.00% | 0.00% |
11.37% |
Die Farbe #AE71E2 in den populären Zahlensystemen.
Hexadezimal | AE | 71 | E2 |
Dezimal | 174 | 113 | 226 |
Binär | 10101110 | 1110001 | 11100010 |
Oktal | 256 | 161 | 342 |
Dunkle Töne der Farbe #AE71E2
Helle Töne der Farbe #AE71E2
Beispiele css- und html für Elemente in der Farbe #AE71E2. Bitte benutzen Sie auch rgb(174,113,226) statt hex-Code.
.myTextColor { color: #AE71E2; }
<p style="color:#AE71E2">This sample text font color is #AE71E2.</p>
Die Farbe dieses Textes ist #AE71E2.
.myBgColor { background-color: #AE71E2; }
<div style="background-color:#AE71E2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AE71E2.
.myBorderColor { border: 1px solid #AE71E2; }
<div style="border:3px solid #AE71E2">Div</div>
Die Grenzen von diesem div sind in Farbe #AE71E2.
.myOpacity80 { color: #AE71E2; opacity: 0.8; }
<p style="color:#AE71E2;opacity:0.8;">80%</p>
Text in Farbe #AE71E2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE71E2;}
<p style="text-shadow: 3px 3px 1px #AE71E2">Text here.</p>
Dieser Text hat den Schatten in Farbe #AE71E2.
.textShadow {text-shadow: 3px 3px 1px #AE71E2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE71E2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AE71E2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE71E2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE71E2, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE71E2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE71E2;
-webkit-box-shadow: 1px 1px 3px 2px #AE71E2;
box-shadow: 1px 1px 3px 2px #AE71E2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE71E2; -webkit-box-shadow: 1px 1px 3px 2px #AE71E2; box-shadow:1px 1px 3px 2px #AE71E2;">
Div content here
</div>
Dieser Text ist in der Farbe #AE71E2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AE71E2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AE71E2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AE71E2.
Kontrastfarbe für #hex ist #518E1D.