HEX: #AD2DAB
RGB: (173,45,171)
#AD2DAB enthält hauptsächlich rote und blaue Farbe. Für #AD2DAB ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #AD2DAB wird in RGB als (173,45,171) definiert.
RGB: (173,45,171)
(68%, 18%, 67%)
R 173 von 255 = 68%
G 45 von 255 = 18%
B 171 von 255 = 67%
R + G + B ~ 51%. #AD2DAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 173 + 45 + 171 = 389 (100%)
R 173 von 389 ~ 44.47%
G 45 von 389 ~ 11.57%
B 171 von 389 ~ 43.96'%
Die Farbe #AD2DAB wird in CMYK als (0,74,1,32) definiert.
CMYK: (0,74,1,32)
C0M74Y1K32 (0%, 74%, 1%, 32%)
(0.00 / 0.74 / 0.01 / 0.32)
Farbe #AD2DAB in den populären Farbmodellen.
AD | 2D | AB | |
---|---|---|---|
RGB | 173 | 45 | 171 |
HSL | 301° | 58.72% | 42.75% |
HSB/HSV | 301° | 73.99% | 67.84% |
CMYK | 0.00% | 73.99% | 1.16% |
32.16% |
Die Farbe #AD2DAB in den populären Zahlensystemen.
Hexadezimal | AD | 2D | AB |
Dezimal | 173 | 45 | 171 |
Binär | 10101101 | 101101 | 10101011 |
Oktal | 255 | 55 | 253 |
Dunkle Töne der Farbe #AD2DAB
Helle Töne der Farbe #AD2DAB
Beispiele css- und html für Elemente in der Farbe #AD2DAB. Bitte benutzen Sie auch rgb(173,45,171) statt hex-Code.
.myTextColor { color: #AD2DAB; }
<p style="color:#AD2DAB">This sample text font color is #AD2DAB.</p>
Die Farbe dieses Textes ist #AD2DAB.
.myBgColor { background-color: #AD2DAB; }
<div style="background-color:#AD2DAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD2DAB.
.myBorderColor { border: 1px solid #AD2DAB; }
<div style="border:3px solid #AD2DAB">Div</div>
Die Grenzen von diesem div sind in Farbe #AD2DAB.
.myOpacity80 { color: #AD2DAB; opacity: 0.8; }
<p style="color:#AD2DAB;opacity:0.8;">80%</p>
Text in Farbe #AD2DAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD2DAB;}
<p style="text-shadow: 3px 3px 1px #AD2DAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD2DAB.
.textShadow {text-shadow: 3px 3px 1px #AD2DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD2DAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD2DAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD2DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD2DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD2DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD2DAB;
-webkit-box-shadow: 1px 1px 3px 2px #AD2DAB;
box-shadow: 1px 1px 3px 2px #AD2DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD2DAB; -webkit-box-shadow: 1px 1px 3px 2px #AD2DAB; box-shadow:1px 1px 3px 2px #AD2DAB;">
Div content here
</div>
Dieser Text ist in der Farbe #AD2DAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD2DAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD2DAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD2DAB.
Kontrastfarbe für #hex ist #52D254.