HEX: #E6B3FD
RGB: (230,179,253)
#E6B3FD enthält hauptsächlich rote und blaue Farbe. Für #E6B3FD ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #E6B3FD wird in RGB als (230,179,253) definiert.
RGB: (230,179,253)
(90%, 70%, 99%)
R 230 von 255 = 90%
G 179 von 255 = 70%
B 253 von 255 = 99%
R + G + B ~ 86%. #E6B3FD helle Farbe.
R + G + B = 230 + 179 + 253 = 662 (100%)
R 230 von 662 ~ 34.74%
G 179 von 662 ~ 27.04%
B 253 von 662 ~ 38.22'%
Die Farbe #E6B3FD wird in CMYK als (9,29,0,1) definiert.
CMYK: (9,29,0,1) C9M29Y0K1 (9%,29%,0%,1%) (0.09/0.29/0.00/0.01)
Farbe #E6B3FD in den populären Farbmodellen.
E6 | B3 | FD | |
---|---|---|---|
RGB | 230 | 179 | 253 |
HSL | 281° | 94.87% | 84.71% |
HSB/HSV | 281° | 29.25% | 99.22% |
CMYK | 9.09% | 29.25% | 0.00% |
0.78% |
Die Farbe #E6B3FD in den populären Zahlensystemen.
Hexadezimal | E6 | B3 | FD |
Dezimal | 230 | 179 | 253 |
Binär | 11100110 | 10110011 | 11111101 |
Oktal | 346 | 263 | 375 |
Dunkle Töne der Farbe #E6B3FD
Helle Töne der Farbe #E6B3FD
Beispiele css- und html für Elemente in der Farbe #E6B3FD. Bitte benutzen Sie auch rgb(230,179,253) statt hex-Code.
.myTextColor { color: #E6B3FD; }
<p style="color:#E6B3FD">This sample text font color is #E6B3FD.</p>
Die Farbe dieses Textes ist #E6B3FD.
.myBgColor { background-color: #E6B3FD; }
<div style="background-color:#E6B3FD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6B3FD.
.myBorderColor { border: 1px solid #E6B3FD; }
<div style="border:3px solid #E6B3FD">Div</div>
Die Grenzen von diesem div sind in Farbe #E6B3FD.
.myOpacity80 { color: #E6B3FD; opacity: 0.8; }
<p style="color:#E6B3FD;opacity:0.8;">80%</p>
Text in Farbe #E6B3FD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6B3FD;}
<p style="text-shadow: 3px 3px 1px #E6B3FD">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6B3FD.
.textShadow {text-shadow: 3px 3px 1px #E6B3FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6B3FD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6B3FD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6B3FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6B3FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6B3FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6B3FD;
-webkit-box-shadow: 1px 1px 3px 2px #E6B3FD;
box-shadow: 1px 1px 3px 2px #E6B3FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6B3FD; -webkit-box-shadow: 1px 1px 3px 2px #E6B3FD; box-shadow:1px 1px 3px 2px #E6B3FD;">
Div content here
</div>
Dieser Text ist in der Farbe #E6B3FD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6B3FD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6B3FD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6B3FD.
Kontrastfarbe für #hex ist #194C02.