HEX: #AD5894
RGB: (173,88,148)
#AD5894 enthält hauptsächlich rote und blaue Farbe. Für #AD5894 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD5894 wird in RGB als (173,88,148) definiert.
RGB: (173,88,148) (68%,35%,58%)
R 173 von 255 = 68%
G 88 von 255 = 35%
B 148 von 255 = 58%
R + G + B ~ 54%. #AD5894 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 88 + 148 = 409 (100%)
R 173 von 409 ~ 42.3%
G 88 von 409 ~ 21.52%
B 148 von 409 ~ 36.19%
Die Farbe #AD5894 wird in CMYK als (0,49,14,32) definiert.
CMYK: (0,49,14,32) C0M49Y14K32 (0%,49%,14%,32%) (0.00/0.49/0.14/0.32)
AD | 58 | 94 | |
---|---|---|---|
RGB | 173 | 88 | 148 |
HSL | 318° | 34.14% | 51.18% |
HSB/HSV | 318° | 49.13% | 67.84% |
CMYK | 0.00% | 49.13% | 14.45% |
32.16% |
Hexadezimal | AD | 58 | 94 |
Dezimal | 173 | 88 | 148 |
Binär | 10101101 | 1011000 | 10010100 |
Oktal | 255 | 130 | 224 |
Beispiele css- und html für Elemente in der Farbe #AD5894. Bitte benutzen Sie auch rgb(173,88,148) statt hex-Code.
.myTextColor { color: #AD5894; }
<p style="color:#AD5894">This sample text font color is #AD5894.</p>
Die Farbe dieses Textes ist #AD5894.
.myBgColor { background-color: #AD5894; }
<div style="background-color:#AD5894">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD5894.
.myBorderColor { border: 1px solid #AD5894; }
<div style="border:3px solid #AD5894">Div</div>
Die Grenzen von diesem div sind in Farbe #AD5894.
.myOpacity80 { color: #AD5894; opacity: 0.8; }
<p style="color:#AD5894;opacity:0.8;">80%</p>
Text in Farbe #AD5894 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5894;}
<p style="text-shadow: 3px 3px 1px #AD5894">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD5894.
.textShadow {text-shadow: 3px 3px 1px #AD5894, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5894, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD5894 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5894, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5894, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5894 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD5894; -webkit-box-shadow: 1px 1px 3px 2px #AD5894; box-shadow: 1px 1px 3px 2px #AD5894; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD5894; -webkit-box-shadow: 1px 1px 3px 2px #AD5894; box-shadow:1px 1px 3px 2px #AD5894;">
Div content here</div>
Dieser Text ist in der Farbe #AD5894 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD5894 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD5894.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD5894.