HEX: #AD7ED2
RGB: (173,126,210)
#AD7ED2 enthält hauptsächlich rote und blaue Farbe. Für #AD7ED2 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AD7ED2 wird in RGB als (173,126,210) definiert.
RGB: (173,126,210)
(68%, 49%, 82%)
R 173 von 255 = 68%
G 126 von 255 = 49%
B 210 von 255 = 82%
R + G + B ~ 66%. #AD7ED2 ziemlich helle Farbe.
R + G + B = 173 + 126 + 210 = 509 (100%)
R 173 von 509 ~ 33.99%
G 126 von 509 ~ 24.75%
B 210 von 509 ~ 41.26'%
Die Farbe #AD7ED2 wird in CMYK als (18,40,0,18) definiert.
CMYK: (18,40,0,18)
C18M40Y0K18 (18%, 40%, 0%, 18%)
(0.18 / 0.40 / 0.00 / 0.18)
Farbe #AD7ED2 in den populären Farbmodellen.
AD | 7E | D2 | |
---|---|---|---|
RGB | 173 | 126 | 210 |
HSL | 274° | 48.28% | 65.88% |
HSB/HSV | 274° | 40.00% | 82.35% |
CMYK | 17.62% | 40.00% | 0.00% |
17.65% |
Die Farbe #AD7ED2 in den populären Zahlensystemen.
Hexadezimal | AD | 7E | D2 |
Dezimal | 173 | 126 | 210 |
Binär | 10101101 | 1111110 | 11010010 |
Oktal | 255 | 176 | 322 |
Dunkle Töne der Farbe #AD7ED2
Helle Töne der Farbe #AD7ED2
Beispiele css- und html für Elemente in der Farbe #AD7ED2. Bitte benutzen Sie auch rgb(173,126,210) statt hex-Code.
.myTextColor { color: #AD7ED2; }
<p style="color:#AD7ED2">This sample text font color is #AD7ED2.</p>
Die Farbe dieses Textes ist #AD7ED2.
.myBgColor { background-color: #AD7ED2; }
<div style="background-color:#AD7ED2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD7ED2.
.myBorderColor { border: 1px solid #AD7ED2; }
<div style="border:3px solid #AD7ED2">Div</div>
Die Grenzen von diesem div sind in Farbe #AD7ED2.
.myOpacity80 { color: #AD7ED2; opacity: 0.8; }
<p style="color:#AD7ED2;opacity:0.8;">80%</p>
Text in Farbe #AD7ED2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7ED2;}
<p style="text-shadow: 3px 3px 1px #AD7ED2">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD7ED2.
.textShadow {text-shadow: 3px 3px 1px #AD7ED2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7ED2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD7ED2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7ED2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7ED2, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7ED2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7ED2;
-webkit-box-shadow: 1px 1px 3px 2px #AD7ED2;
box-shadow: 1px 1px 3px 2px #AD7ED2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7ED2; -webkit-box-shadow: 1px 1px 3px 2px #AD7ED2; box-shadow:1px 1px 3px 2px #AD7ED2;">
Div content here
</div>
Dieser Text ist in der Farbe #AD7ED2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD7ED2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD7ED2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD7ED2.
Kontrastfarbe für #hex ist #52812D.