HEX: #E1ADEC
RGB: (225,173,236)
#E1ADEC enthält hauptsächlich rote und blaue Farbe. Für #E1ADEC ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #E1ADEC wird in RGB als (225,173,236) definiert.
RGB: (225,173,236) (88%,68%,93%)
R 225 von 255 = 88%
G 173 von 255 = 68%
B 236 von 255 = 93%
R + G + B ~ 83%. #E1ADEC ziemlich helle Farbe.
R + G + B =
225 + 173 + 236 = 634 (100%)
R 225 von 634 ~ 35.49%
G 173 von 634 ~ 27.29%
B 236 von 634 ~ 37.22%
Die Farbe #E1ADEC wird in CMYK als (5,27,0,7) definiert.
CMYK: (5,27,0,7) C5M27Y0K7 (5%,27%,0%,7%) (0.05/0.27/0.00/0.07)
E1 | AD | EC | |
---|---|---|---|
RGB | 225 | 173 | 236 |
HSL | 290° | 62.38% | 80.20% |
HSB/HSV | 290° | 26.69% | 92.55% |
CMYK | 4.66% | 26.69% | 0.00% |
7.45% |
Hexadezimal | E1 | AD | EC |
Dezimal | 225 | 173 | 236 |
Binär | 11100001 | 10101101 | 11101100 |
Oktal | 341 | 255 | 354 |
Beispiele css- und html für Elemente in der Farbe #E1ADEC. Bitte benutzen Sie auch rgb(225,173,236) statt hex-Code.
.myTextColor { color: #E1ADEC; }
<p style="color:#E1ADEC">This sample text font color is #E1ADEC.</p>
Die Farbe dieses Textes ist #E1ADEC.
.myBgColor { background-color: #E1ADEC; }
<div style="background-color:#E1ADEC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1ADEC.
.myBorderColor { border: 1px solid #E1ADEC; }
<div style="border:3px solid #E1ADEC">Div</div>
Die Grenzen von diesem div sind in Farbe #E1ADEC.
.myOpacity80 { color: #E1ADEC; opacity: 0.8; }
<p style="color:#E1ADEC;opacity:0.8;">80%</p>
Text in Farbe #E1ADEC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1ADEC;}
<p style="text-shadow: 3px 3px 1px #E1ADEC">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1ADEC.
.textShadow {text-shadow: 3px 3px 1px #E1ADEC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1ADEC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1ADEC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1ADEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1ADEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1ADEC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E1ADEC; -webkit-box-shadow: 1px 1px 3px 2px #E1ADEC; box-shadow: 1px 1px 3px 2px #E1ADEC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E1ADEC; -webkit-box-shadow: 1px 1px 3px 2px #E1ADEC; box-shadow:1px 1px 3px 2px #E1ADEC;">
Div content here</div>
Dieser Text ist in der Farbe #E1ADEC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1ADEC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1ADEC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1ADEC.