HEX: #AD5784
RGB: (173,87,132)
#AD5784 enthält hauptsächlich rote und blaue Farbe. Für #AD5784 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD5784 wird in RGB als (173,87,132) definiert.
RGB: (173,87,132) (68%,34%,52%)
R 173 von 255 = 68%
G 87 von 255 = 34%
B 132 von 255 = 52%
R + G + B ~ 51%. #AD5784 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 87 + 132 = 392 (100%)
R 173 von 392 ~ 44.13%
G 87 von 392 ~ 22.19%
B 132 von 392 ~ 33.67%
Die Farbe #AD5784 wird in CMYK als (0,50,24,32) definiert.
CMYK: (0,50,24,32) C0M50Y24K32 (0%,50%,24%,32%) (0.00/0.50/0.24/0.32)
AD | 57 | 84 | |
---|---|---|---|
RGB | 173 | 87 | 132 |
HSL | 329° | 34.40% | 50.98% |
HSB/HSV | 329° | 49.71% | 67.84% |
CMYK | 0.00% | 49.71% | 23.70% |
32.16% |
Hexadezimal | AD | 57 | 84 |
Dezimal | 173 | 87 | 132 |
Binär | 10101101 | 1010111 | 10000100 |
Oktal | 255 | 127 | 204 |
Beispiele css- und html für Elemente in der Farbe #AD5784. Bitte benutzen Sie auch rgb(173,87,132) statt hex-Code.
.myTextColor { color: #AD5784; }
<p style="color:#AD5784">This sample text font color is #AD5784.</p>
Die Farbe dieses Textes ist #AD5784.
.myBgColor { background-color: #AD5784; }
<div style="background-color:#AD5784">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD5784.
.myBorderColor { border: 1px solid #AD5784; }
<div style="border:3px solid #AD5784">Div</div>
Die Grenzen von diesem div sind in Farbe #AD5784.
.myOpacity80 { color: #AD5784; opacity: 0.8; }
<p style="color:#AD5784;opacity:0.8;">80%</p>
Text in Farbe #AD5784 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5784;}
<p style="text-shadow: 3px 3px 1px #AD5784">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD5784.
.textShadow {text-shadow: 3px 3px 1px #AD5784, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5784, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD5784 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5784, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5784, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5784 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD5784; -webkit-box-shadow: 1px 1px 3px 2px #AD5784; box-shadow: 1px 1px 3px 2px #AD5784; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD5784; -webkit-box-shadow: 1px 1px 3px 2px #AD5784; box-shadow:1px 1px 3px 2px #AD5784;">
Div content here</div>
Dieser Text ist in der Farbe #AD5784 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD5784 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD5784.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD5784.