HEX: #E5AFDB
RGB: (229,175,219)
#E5AFDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5AFDB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E5AFDB wird in RGB als (229,175,219) definiert.
RGB: (229,175,219) (90%,69%,86%)
R 229 von 255 = 90%
G 175 von 255 = 69%
B 219 von 255 = 86%
R + G + B ~ 82%. #E5AFDB ziemlich helle Farbe.
R + G + B =
229 + 175 + 219 = 623 (100%)
R 229 von 623 ~ 36.76%
G 175 von 623 ~ 28.09%
B 219 von 623 ~ 35.15%
Die Farbe #E5AFDB wird in CMYK als (0,24,4,10) definiert.
CMYK: (0,24,4,10) C0M24Y4K10 (0%,24%,4%,10%) (0.00/0.24/0.04/0.10)
E5 | AF | DB | |
---|---|---|---|
RGB | 229 | 175 | 219 |
HSL | 311° | 50.94% | 79.22% |
HSB/HSV | 311° | 23.58% | 89.80% |
CMYK | 0.00% | 23.58% | 4.37% |
10.20% |
Hexadezimal | E5 | AF | DB |
Dezimal | 229 | 175 | 219 |
Binär | 11100101 | 10101111 | 11011011 |
Oktal | 345 | 257 | 333 |
Beispiele css- und html für Elemente in der Farbe #E5AFDB. Bitte benutzen Sie auch rgb(229,175,219) statt hex-Code.
.myTextColor { color: #E5AFDB; }
<p style="color:#E5AFDB">This sample text font color is #E5AFDB.</p>
Die Farbe dieses Textes ist #E5AFDB.
.myBgColor { background-color: #E5AFDB; }
<div style="background-color:#E5AFDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5AFDB.
.myBorderColor { border: 1px solid #E5AFDB; }
<div style="border:3px solid #E5AFDB">Div</div>
Die Grenzen von diesem div sind in Farbe #E5AFDB.
.myOpacity80 { color: #E5AFDB; opacity: 0.8; }
<p style="color:#E5AFDB;opacity:0.8;">80%</p>
Text in Farbe #E5AFDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5AFDB;}
<p style="text-shadow: 3px 3px 1px #E5AFDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5AFDB.
.textShadow {text-shadow: 3px 3px 1px #E5AFDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5AFDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5AFDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5AFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5AFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5AFDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5AFDB; -webkit-box-shadow: 1px 1px 3px 2px #E5AFDB; box-shadow: 1px 1px 3px 2px #E5AFDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5AFDB; -webkit-box-shadow: 1px 1px 3px 2px #E5AFDB; box-shadow:1px 1px 3px 2px #E5AFDB;">
Div content here</div>
Dieser Text ist in der Farbe #E5AFDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5AFDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5AFDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5AFDB.