HEX: #AE85DB
RGB: (174,133,219)
#AE85DB enthält hauptsächlich rote und blaue Farbe. Für #AE85DB ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #AE85DB wird in RGB als (174,133,219) definiert.
RGB: (174,133,219) (68%,52%,86%)
R 174 von 255 = 68%
G 133 von 255 = 52%
B 219 von 255 = 86%
R + G + B ~ 69%. #AE85DB ziemlich helle Farbe.
R + G + B =
174 + 133 + 219 = 526 (100%)
R 174 von 526 ~ 33.08%
G 133 von 526 ~ 25.29%
B 219 von 526 ~ 41.63%
Die Farbe #AE85DB wird in CMYK als (21,39,0,14) definiert.
CMYK: (21,39,0,14) C21M39Y0K14 (21%,39%,0%,14%) (0.21/0.39/0.00/0.14)
AE | 85 | DB | |
---|---|---|---|
RGB | 174 | 133 | 219 |
HSL | 269° | 54.43% | 69.02% |
HSB/HSV | 269° | 39.27% | 85.88% |
CMYK | 20.55% | 39.27% | 0.00% |
14.12% |
Hexadezimal | AE | 85 | DB |
Dezimal | 174 | 133 | 219 |
Binär | 10101110 | 10000101 | 11011011 |
Oktal | 256 | 205 | 333 |
Beispiele css- und html für Elemente in der Farbe #AE85DB. Bitte benutzen Sie auch rgb(174,133,219) statt hex-Code.
.myTextColor { color: #AE85DB; }
<p style="color:#AE85DB">This sample text font color is #AE85DB.</p>
Die Farbe dieses Textes ist #AE85DB.
.myBgColor { background-color: #AE85DB; }
<div style="background-color:#AE85DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AE85DB.
.myBorderColor { border: 1px solid #AE85DB; }
<div style="border:3px solid #AE85DB">Div</div>
Die Grenzen von diesem div sind in Farbe #AE85DB.
.myOpacity80 { color: #AE85DB; opacity: 0.8; }
<p style="color:#AE85DB;opacity:0.8;">80%</p>
Text in Farbe #AE85DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE85DB;}
<p style="text-shadow: 3px 3px 1px #AE85DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AE85DB.
.textShadow {text-shadow: 3px 3px 1px #AE85DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE85DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AE85DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE85DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE85DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE85DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE85DB; -webkit-box-shadow: 1px 1px 3px 2px #AE85DB; box-shadow: 1px 1px 3px 2px #AE85DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE85DB; -webkit-box-shadow: 1px 1px 3px 2px #AE85DB; box-shadow:1px 1px 3px 2px #AE85DB;">
Div content here</div>
Dieser Text ist in der Farbe #AE85DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AE85DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AE85DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AE85DB.