HEX: #AD5DAF
RGB: (173,93,175)
#AD5DAF enthält hauptsächlich rote und blaue Farbe. Für #AD5DAF ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD5DAF wird in RGB als (173,93,175) definiert.
RGB: (173,93,175) (68%,36%,69%)
R 173 von 255 = 68%
G 93 von 255 = 36%
B 175 von 255 = 69%
R + G + B ~ 58%. #AD5DAF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 93 + 175 = 441 (100%)
R 173 von 441 ~ 39.23%
G 93 von 441 ~ 21.09%
B 175 von 441 ~ 39.68%
Die Farbe #AD5DAF wird in CMYK als (1,47,0,31) definiert.
CMYK: (1,47,0,31) C1M47Y0K31 (1%,47%,0%,31%) (0.01/0.47/0.00/0.31)
AD | 5D | AF | |
---|---|---|---|
RGB | 173 | 93 | 175 |
HSL | 299° | 33.88% | 52.55% |
HSB/HSV | 299° | 46.86% | 68.63% |
CMYK | 1.14% | 46.86% | 0.00% |
31.37% |
Hexadezimal | AD | 5D | AF |
Dezimal | 173 | 93 | 175 |
Binär | 10101101 | 1011101 | 10101111 |
Oktal | 255 | 135 | 257 |
Beispiele css- und html für Elemente in der Farbe #AD5DAF. Bitte benutzen Sie auch rgb(173,93,175) statt hex-Code.
.myTextColor { color: #AD5DAF; }
<p style="color:#AD5DAF">This sample text font color is #AD5DAF.</p>
Die Farbe dieses Textes ist #AD5DAF.
.myBgColor { background-color: #AD5DAF; }
<div style="background-color:#AD5DAF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD5DAF.
.myBorderColor { border: 1px solid #AD5DAF; }
<div style="border:3px solid #AD5DAF">Div</div>
Die Grenzen von diesem div sind in Farbe #AD5DAF.
.myOpacity80 { color: #AD5DAF; opacity: 0.8; }
<p style="color:#AD5DAF;opacity:0.8;">80%</p>
Text in Farbe #AD5DAF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5DAF;}
<p style="text-shadow: 3px 3px 1px #AD5DAF">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD5DAF.
.textShadow {text-shadow: 3px 3px 1px #AD5DAF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5DAF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD5DAF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5DAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5DAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5DAF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD5DAF; -webkit-box-shadow: 1px 1px 3px 2px #AD5DAF; box-shadow: 1px 1px 3px 2px #AD5DAF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD5DAF; -webkit-box-shadow: 1px 1px 3px 2px #AD5DAF; box-shadow:1px 1px 3px 2px #AD5DAF;">
Div content here</div>
Dieser Text ist in der Farbe #AD5DAF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD5DAF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD5DAF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD5DAF.