HEX: #E47DDB
RGB: (228,125,219)
#E47DDB enthält hauptsächlich rote und blaue Farbe. Für #E47DDB ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #E47DDB wird in RGB als (228,125,219) definiert.
RGB: (228,125,219) (89%,49%,86%)
R 228 von 255 = 89%
G 125 von 255 = 49%
B 219 von 255 = 86%
R + G + B ~ 75%. #E47DDB ziemlich helle Farbe.
R + G + B =
228 + 125 + 219 = 572 (100%)
R 228 von 572 ~ 39.86%
G 125 von 572 ~ 21.85%
B 219 von 572 ~ 38.29%
Die Farbe #E47DDB wird in CMYK als (0,45,4,11) definiert.
CMYK: (0,45,4,11) C0M45Y4K11 (0%,45%,4%,11%) (0.00/0.45/0.04/0.11)
E4 | 7D | DB | |
---|---|---|---|
RGB | 228 | 125 | 219 |
HSL | 305° | 65.61% | 69.22% |
HSB/HSV | 305° | 45.18% | 89.41% |
CMYK | 0.00% | 45.18% | 3.95% |
10.59% |
Hexadezimal | E4 | 7D | DB |
Dezimal | 228 | 125 | 219 |
Binär | 11100100 | 1111101 | 11011011 |
Oktal | 344 | 175 | 333 |
Beispiele css- und html für Elemente in der Farbe #E47DDB. Bitte benutzen Sie auch rgb(228,125,219) statt hex-Code.
.myTextColor { color: #E47DDB; }
<p style="color:#E47DDB">This sample text font color is #E47DDB.</p>
Die Farbe dieses Textes ist #E47DDB.
.myBgColor { background-color: #E47DDB; }
<div style="background-color:#E47DDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E47DDB.
.myBorderColor { border: 1px solid #E47DDB; }
<div style="border:3px solid #E47DDB">Div</div>
Die Grenzen von diesem div sind in Farbe #E47DDB.
.myOpacity80 { color: #E47DDB; opacity: 0.8; }
<p style="color:#E47DDB;opacity:0.8;">80%</p>
Text in Farbe #E47DDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E47DDB;}
<p style="text-shadow: 3px 3px 1px #E47DDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E47DDB.
.textShadow {text-shadow: 3px 3px 1px #E47DDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E47DDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E47DDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E47DDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E47DDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E47DDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E47DDB; -webkit-box-shadow: 1px 1px 3px 2px #E47DDB; box-shadow: 1px 1px 3px 2px #E47DDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E47DDB; -webkit-box-shadow: 1px 1px 3px 2px #E47DDB; box-shadow:1px 1px 3px 2px #E47DDB;">
Div content here</div>
Dieser Text ist in der Farbe #E47DDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E47DDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E47DDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E47DDB.