HEX: #E7ADEB
RGB: (231,173,235)
#E7ADEB enthält hauptsächlich rote und blaue Farbe. Für #E7ADEB ist eine «websichere» Webfarbe #FF99FF (oder kurz #F9F).
Die Farbe #E7ADEB wird in RGB als (231,173,235) definiert.
RGB: (231,173,235)
(91%, 68%, 92%)
R 231 von 255 = 91%
G 173 von 255 = 68%
B 235 von 255 = 92%
R + G + B ~ 84%. #E7ADEB ziemlich helle Farbe.
R + G + B = 231 + 173 + 235 = 639 (100%)
R 231 von 639 ~ 36.15%
G 173 von 639 ~ 27.07%
B 235 von 639 ~ 36.78'%
Die Farbe #E7ADEB wird in CMYK als (2,26,0,8) definiert.
CMYK: (2,26,0,8)
C2M26Y0K8 (2%, 26%, 0%, 8%)
(0.02 / 0.26 / 0.00 / 0.08)
Farbe #E7ADEB in den populären Farbmodellen.
E7 | AD | EB | |
---|---|---|---|
RGB | 231 | 173 | 235 |
HSL | 296° | 60.78% | 80.00% |
HSB/HSV | 296° | 26.38% | 92.16% |
CMYK | 1.70% | 26.38% | 0.00% |
7.84% |
Die Farbe #E7ADEB in den populären Zahlensystemen.
Hexadezimal | E7 | AD | EB |
Dezimal | 231 | 173 | 235 |
Binär | 11100111 | 10101101 | 11101011 |
Oktal | 347 | 255 | 353 |
Dunkle Töne der Farbe #E7ADEB
Helle Töne der Farbe #E7ADEB
Beispiele css- und html für Elemente in der Farbe #E7ADEB. Bitte benutzen Sie auch rgb(231,173,235) statt hex-Code.
.myTextColor { color: #E7ADEB; }
<p style="color:#E7ADEB">This sample text font color is #E7ADEB.</p>
Die Farbe dieses Textes ist #E7ADEB.
.myBgColor { background-color: #E7ADEB; }
<div style="background-color:#E7ADEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7ADEB.
.myBorderColor { border: 1px solid #E7ADEB; }
<div style="border:3px solid #E7ADEB">Div</div>
Die Grenzen von diesem div sind in Farbe #E7ADEB.
.myOpacity80 { color: #E7ADEB; opacity: 0.8; }
<p style="color:#E7ADEB;opacity:0.8;">80%</p>
Text in Farbe #E7ADEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7ADEB;}
<p style="text-shadow: 3px 3px 1px #E7ADEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7ADEB.
.textShadow {text-shadow: 3px 3px 1px #E7ADEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7ADEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7ADEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7ADEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7ADEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7ADEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7ADEB;
-webkit-box-shadow: 1px 1px 3px 2px #E7ADEB;
box-shadow: 1px 1px 3px 2px #E7ADEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7ADEB; -webkit-box-shadow: 1px 1px 3px 2px #E7ADEB; box-shadow:1px 1px 3px 2px #E7ADEB;">
Div content here
</div>
Dieser Text ist in der Farbe #E7ADEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7ADEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7ADEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7ADEB.
Kontrastfarbe für #hex ist #185214.