HEX: #AB627E
RGB: (171,98,126)
#AB627E enthält hauptsächlich rote und blaue Farbe. Für #AB627E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB627E wird in RGB als (171,98,126) definiert.
RGB: (171,98,126)
(67%, 38%, 49%)
R 171 von 255 = 67%
G 98 von 255 = 38%
B 126 von 255 = 49%
R + G + B ~ 51%. #AB627E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 98 + 126 = 395 (100%)
R 171 von 395 ~ 43.29%
G 98 von 395 ~ 24.81%
B 126 von 395 ~ 31.9'%
Die Farbe #AB627E wird in CMYK als (0,43,26,33) definiert.
CMYK: (0,43,26,33) C0M43Y26K33 (0%,43%,26%,33%) (0.00/0.43/0.26/0.33)
Farbe #AB627E in den populären Farbmodellen.
AB | 62 | 7E | |
---|---|---|---|
RGB | 171 | 98 | 126 |
HSL | 337° | 30.29% | 52.75% |
HSB/HSV | 337° | 42.69% | 67.06% |
CMYK | 0.00% | 42.69% | 26.32% |
32.94% |
Die Farbe #AB627E in den populären Zahlensystemen.
Hexadezimal | AB | 62 | 7E |
Dezimal | 171 | 98 | 126 |
Binär | 10101011 | 1100010 | 1111110 |
Oktal | 253 | 142 | 176 |
Dunkle Töne der Farbe #AB627E
Helle Töne der Farbe #AB627E
Beispiele css- und html für Elemente in der Farbe #AB627E. Bitte benutzen Sie auch rgb(171,98,126) statt hex-Code.
.myTextColor { color: #AB627E; }
<p style="color:#AB627E">This sample text font color is #AB627E.</p>
Die Farbe dieses Textes ist #AB627E.
.myBgColor { background-color: #AB627E; }
<div style="background-color:#AB627E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB627E.
.myBorderColor { border: 1px solid #AB627E; }
<div style="border:3px solid #AB627E">Div</div>
Die Grenzen von diesem div sind in Farbe #AB627E.
.myOpacity80 { color: #AB627E; opacity: 0.8; }
<p style="color:#AB627E;opacity:0.8;">80%</p>
Text in Farbe #AB627E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB627E;}
<p style="text-shadow: 3px 3px 1px #AB627E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB627E.
.textShadow {text-shadow: 3px 3px 1px #AB627E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB627E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB627E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB627E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB627E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB627E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB627E;
-webkit-box-shadow: 1px 1px 3px 2px #AB627E;
box-shadow: 1px 1px 3px 2px #AB627E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB627E; -webkit-box-shadow: 1px 1px 3px 2px #AB627E; box-shadow:1px 1px 3px 2px #AB627E;">
Div content here
</div>
Dieser Text ist in der Farbe #AB627E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB627E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB627E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB627E.
Kontrastfarbe für #hex ist #549D81.