HEX: #E59BDC
RGB: (229,155,220)
#E59BDC enthält hauptsächlich rote und blaue Farbe. Für #E59BDC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E59BDC wird in RGB als (229,155,220) definiert.
RGB: (229,155,220) (90%,61%,86%)
R 229 von 255 = 90%
G 155 von 255 = 61%
B 220 von 255 = 86%
R + G + B ~ 79%. #E59BDC ziemlich helle Farbe.
R + G + B =
229 + 155 + 220 = 604 (100%)
R 229 von 604 ~ 37.91%
G 155 von 604 ~ 25.66%
B 220 von 604 ~ 36.42%
Die Farbe #E59BDC wird in CMYK als (0,32,4,10) definiert.
CMYK: (0,32,4,10) C0M32Y4K10 (0%,32%,4%,10%) (0.00/0.32/0.04/0.10)
E5 | 9B | DC | |
---|---|---|---|
RGB | 229 | 155 | 220 |
HSL | 307° | 58.73% | 75.29% |
HSB/HSV | 307° | 32.31% | 89.80% |
CMYK | 0.00% | 32.31% | 3.93% |
10.20% |
Hexadezimal | E5 | 9B | DC |
Dezimal | 229 | 155 | 220 |
Binär | 11100101 | 10011011 | 11011100 |
Oktal | 345 | 233 | 334 |
Beispiele css- und html für Elemente in der Farbe #E59BDC. Bitte benutzen Sie auch rgb(229,155,220) statt hex-Code.
.myTextColor { color: #E59BDC; }
<p style="color:#E59BDC">This sample text font color is #E59BDC.</p>
Die Farbe dieses Textes ist #E59BDC.
.myBgColor { background-color: #E59BDC; }
<div style="background-color:#E59BDC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E59BDC.
.myBorderColor { border: 1px solid #E59BDC; }
<div style="border:3px solid #E59BDC">Div</div>
Die Grenzen von diesem div sind in Farbe #E59BDC.
.myOpacity80 { color: #E59BDC; opacity: 0.8; }
<p style="color:#E59BDC;opacity:0.8;">80%</p>
Text in Farbe #E59BDC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E59BDC;}
<p style="text-shadow: 3px 3px 1px #E59BDC">Text here.</p>
Dieser Text hat den Schatten in Farbe #E59BDC.
.textShadow {text-shadow: 3px 3px 1px #E59BDC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E59BDC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E59BDC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E59BDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E59BDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E59BDC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E59BDC; -webkit-box-shadow: 1px 1px 3px 2px #E59BDC; box-shadow: 1px 1px 3px 2px #E59BDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E59BDC; -webkit-box-shadow: 1px 1px 3px 2px #E59BDC; box-shadow:1px 1px 3px 2px #E59BDC;">
Div content here</div>
Dieser Text ist in der Farbe #E59BDC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E59BDC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E59BDC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E59BDC.