HEX: #E5C2FA
RGB: (229,194,250)
#E5C2FA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5C2FA ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E5C2FA wird in RGB als (229,194,250) definiert.
RGB: (229,194,250) (90%,76%,98%)
R 229 von 255 = 90%
G 194 von 255 = 76%
B 250 von 255 = 98%
R + G + B ~ 88%. #E5C2FA helle Farbe.
R + G + B =
229 + 194 + 250 = 673 (100%)
R 229 von 673 ~ 34.03%
G 194 von 673 ~ 28.83%
B 250 von 673 ~ 37.15%
Die Farbe #E5C2FA wird in CMYK als (8,22,0,2) definiert.
CMYK: (8,22,0,2) C8M22Y0K2 (8%,22%,0%,2%) (0.08/0.22/0.00/0.02)
E5 | C2 | FA | |
---|---|---|---|
RGB | 229 | 194 | 250 |
HSL | 278° | 84.85% | 87.06% |
HSB/HSV | 278° | 22.40% | 98.04% |
CMYK | 8.40% | 22.40% | 0.00% |
1.96% |
Hexadezimal | E5 | C2 | FA |
Dezimal | 229 | 194 | 250 |
Binär | 11100101 | 11000010 | 11111010 |
Oktal | 345 | 302 | 372 |
Beispiele css- und html für Elemente in der Farbe #E5C2FA. Bitte benutzen Sie auch rgb(229,194,250) statt hex-Code.
.myTextColor { color: #E5C2FA; }
<p style="color:#E5C2FA">This sample text font color is #E5C2FA.</p>
Die Farbe dieses Textes ist #E5C2FA.
.myBgColor { background-color: #E5C2FA; }
<div style="background-color:#E5C2FA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5C2FA.
.myBorderColor { border: 1px solid #E5C2FA; }
<div style="border:3px solid #E5C2FA">Div</div>
Die Grenzen von diesem div sind in Farbe #E5C2FA.
.myOpacity80 { color: #E5C2FA; opacity: 0.8; }
<p style="color:#E5C2FA;opacity:0.8;">80%</p>
Text in Farbe #E5C2FA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5C2FA;}
<p style="text-shadow: 3px 3px 1px #E5C2FA">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5C2FA.
.textShadow {text-shadow: 3px 3px 1px #E5C2FA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5C2FA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5C2FA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5C2FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5C2FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5C2FA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5C2FA; -webkit-box-shadow: 1px 1px 3px 2px #E5C2FA; box-shadow: 1px 1px 3px 2px #E5C2FA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5C2FA; -webkit-box-shadow: 1px 1px 3px 2px #E5C2FA; box-shadow:1px 1px 3px 2px #E5C2FA;">
Div content here</div>
Dieser Text ist in der Farbe #E5C2FA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5C2FA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5C2FA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5C2FA.