HEX: #AD5EBD
RGB: (173,94,189)
#AD5EBD enthält hauptsächlich rote und blaue Farbe. Für #AD5EBD ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AD5EBD wird in RGB als (173,94,189) definiert.
RGB: (173,94,189)
(68%, 37%, 74%)
R 173 von 255 = 68%
G 94 von 255 = 37%
B 189 von 255 = 74%
R + G + B ~ 60%. #AD5EBD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 173 + 94 + 189 = 456 (100%)
R 173 von 456 ~ 37.94%
G 94 von 456 ~ 20.61%
B 189 von 456 ~ 41.45'%
Die Farbe #AD5EBD wird in CMYK als (8,50,0,26) definiert.
CMYK: (8,50,0,26)
C8M50Y0K26 (8%, 50%, 0%, 26%)
(0.08 / 0.50 / 0.00 / 0.26)
Farbe #AD5EBD in den populären Farbmodellen.
AD | 5E | BD | |
---|---|---|---|
RGB | 173 | 94 | 189 |
HSL | 290° | 41.85% | 55.49% |
HSB/HSV | 290° | 50.26% | 74.12% |
CMYK | 8.47% | 50.26% | 0.00% |
25.88% |
Die Farbe #AD5EBD in den populären Zahlensystemen.
Hexadezimal | AD | 5E | BD |
Dezimal | 173 | 94 | 189 |
Binär | 10101101 | 1011110 | 10111101 |
Oktal | 255 | 136 | 275 |
Dunkle Töne der Farbe #AD5EBD
Helle Töne der Farbe #AD5EBD
Beispiele css- und html für Elemente in der Farbe #AD5EBD. Bitte benutzen Sie auch rgb(173,94,189) statt hex-Code.
.myTextColor { color: #AD5EBD; }
<p style="color:#AD5EBD">This sample text font color is #AD5EBD.</p>
Die Farbe dieses Textes ist #AD5EBD.
.myBgColor { background-color: #AD5EBD; }
<div style="background-color:#AD5EBD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD5EBD.
.myBorderColor { border: 1px solid #AD5EBD; }
<div style="border:3px solid #AD5EBD">Div</div>
Die Grenzen von diesem div sind in Farbe #AD5EBD.
.myOpacity80 { color: #AD5EBD; opacity: 0.8; }
<p style="color:#AD5EBD;opacity:0.8;">80%</p>
Text in Farbe #AD5EBD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5EBD;}
<p style="text-shadow: 3px 3px 1px #AD5EBD">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD5EBD.
.textShadow {text-shadow: 3px 3px 1px #AD5EBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5EBD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD5EBD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5EBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5EBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5EBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD5EBD;
-webkit-box-shadow: 1px 1px 3px 2px #AD5EBD;
box-shadow: 1px 1px 3px 2px #AD5EBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD5EBD; -webkit-box-shadow: 1px 1px 3px 2px #AD5EBD; box-shadow:1px 1px 3px 2px #AD5EBD;">
Div content here
</div>
Dieser Text ist in der Farbe #AD5EBD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD5EBD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD5EBD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD5EBD.
Kontrastfarbe für #hex ist #52A142.