HEX: #AB5D7D
RGB: (171,93,125)
#AB5D7D enthält hauptsächlich rote und blaue Farbe. Für #AB5D7D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB5D7D wird in RGB als (171,93,125) definiert.
RGB: (171,93,125) (67%,36%,49%)
R 171 von 255 = 67%
G 93 von 255 = 36%
B 125 von 255 = 49%
R + G + B ~ 51%. #AB5D7D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 93 + 125 = 389 (100%)
R 171 von 389 ~ 43.96%
G 93 von 389 ~ 23.91%
B 125 von 389 ~ 32.13%
Die Farbe #AB5D7D wird in CMYK als (0,46,27,33) definiert.
CMYK: (0,46,27,33) C0M46Y27K33 (0%,46%,27%,33%) (0.00/0.46/0.27/0.33)
AB | 5D | 7D | |
---|---|---|---|
RGB | 171 | 93 | 125 |
HSL | 335° | 31.71% | 51.76% |
HSB/HSV | 335° | 45.61% | 67.06% |
CMYK | 0.00% | 45.61% | 26.90% |
32.94% |
Hexadezimal | AB | 5D | 7D |
Dezimal | 171 | 93 | 125 |
Binär | 10101011 | 1011101 | 1111101 |
Oktal | 253 | 135 | 175 |
Beispiele css- und html für Elemente in der Farbe #AB5D7D. Bitte benutzen Sie auch rgb(171,93,125) statt hex-Code.
.myTextColor { color: #AB5D7D; }
<p style="color:#AB5D7D">This sample text font color is #AB5D7D.</p>
Die Farbe dieses Textes ist #AB5D7D.
.myBgColor { background-color: #AB5D7D; }
<div style="background-color:#AB5D7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB5D7D.
.myBorderColor { border: 1px solid #AB5D7D; }
<div style="border:3px solid #AB5D7D">Div</div>
Die Grenzen von diesem div sind in Farbe #AB5D7D.
.myOpacity80 { color: #AB5D7D; opacity: 0.8; }
<p style="color:#AB5D7D;opacity:0.8;">80%</p>
Text in Farbe #AB5D7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5D7D;}
<p style="text-shadow: 3px 3px 1px #AB5D7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB5D7D.
.textShadow {text-shadow: 3px 3px 1px #AB5D7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5D7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB5D7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5D7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5D7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5D7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB5D7D; -webkit-box-shadow: 1px 1px 3px 2px #AB5D7D; box-shadow: 1px 1px 3px 2px #AB5D7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB5D7D; -webkit-box-shadow: 1px 1px 3px 2px #AB5D7D; box-shadow:1px 1px 3px 2px #AB5D7D;">
Div content here</div>
Dieser Text ist in der Farbe #AB5D7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB5D7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB5D7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB5D7D.