HEX: #AB5775
RGB: (171,87,117)
#AB5775 enthält hauptsächlich rote und blaue Farbe. Für #AB5775 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB5775 wird in RGB als (171,87,117) definiert.
RGB: (171,87,117) (67%,34%,46%)
R 171 von 255 = 67%
G 87 von 255 = 34%
B 117 von 255 = 46%
R + G + B ~ 49%. #AB5775 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 87 + 117 = 375 (100%)
R 171 von 375 ~ 45.6%
G 87 von 375 ~ 23.2%
B 117 von 375 ~ 31.2%
Die Farbe #AB5775 wird in CMYK als (0,49,32,33) definiert.
CMYK: (0,49,32,33) C0M49Y32K33 (0%,49%,32%,33%) (0.00/0.49/0.32/0.33)
AB | 57 | 75 | |
---|---|---|---|
RGB | 171 | 87 | 117 |
HSL | 339° | 33.33% | 50.59% |
HSB/HSV | 339° | 49.12% | 67.06% |
CMYK | 0.00% | 49.12% | 31.58% |
32.94% |
Hexadezimal | AB | 57 | 75 |
Dezimal | 171 | 87 | 117 |
Binär | 10101011 | 1010111 | 1110101 |
Oktal | 253 | 127 | 165 |
Beispiele css- und html für Elemente in der Farbe #AB5775. Bitte benutzen Sie auch rgb(171,87,117) statt hex-Code.
.myTextColor { color: #AB5775; }
<p style="color:#AB5775">This sample text font color is #AB5775.</p>
Die Farbe dieses Textes ist #AB5775.
.myBgColor { background-color: #AB5775; }
<div style="background-color:#AB5775">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB5775.
.myBorderColor { border: 1px solid #AB5775; }
<div style="border:3px solid #AB5775">Div</div>
Die Grenzen von diesem div sind in Farbe #AB5775.
.myOpacity80 { color: #AB5775; opacity: 0.8; }
<p style="color:#AB5775;opacity:0.8;">80%</p>
Text in Farbe #AB5775 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5775;}
<p style="text-shadow: 3px 3px 1px #AB5775">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB5775.
.textShadow {text-shadow: 3px 3px 1px #AB5775, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5775, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB5775 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5775, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5775, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5775 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB5775; -webkit-box-shadow: 1px 1px 3px 2px #AB5775; box-shadow: 1px 1px 3px 2px #AB5775; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB5775; -webkit-box-shadow: 1px 1px 3px 2px #AB5775; box-shadow:1px 1px 3px 2px #AB5775;">
Div content here</div>
Dieser Text ist in der Farbe #AB5775 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB5775 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB5775.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB5775.