HEX: #AB376E
RGB: (171,55,110)
#AB376E enthält hauptsächlich rote Farbe. Für #AB376E ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #AB376E wird in RGB als (171,55,110) definiert.
RGB: (171,55,110)
(67%, 22%, 43%)
R 171 von 255 = 67%
G 55 von 255 = 22%
B 110 von 255 = 43%
R + G + B ~ 44%. #AB376E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 55 + 110 = 336 (100%)
R 171 von 336 ~ 50.89%
G 55 von 336 ~ 16.37%
B 110 von 336 ~ 32.74'%
Die Farbe #AB376E wird in CMYK als (0,68,36,33) definiert.
CMYK: (0,68,36,33)
C0M68Y36K33 (0%, 68%, 36%, 33%)
(0.00 / 0.68 / 0.36 / 0.33)
Farbe #AB376E in den populären Farbmodellen.
AB | 37 | 6E | |
---|---|---|---|
RGB | 171 | 55 | 110 |
HSL | 332° | 51.33% | 44.31% |
HSB/HSV | 332° | 67.84% | 67.06% |
CMYK | 0.00% | 67.84% | 35.67% |
32.94% |
Die Farbe #AB376E in den populären Zahlensystemen.
Hexadezimal | AB | 37 | 6E |
Dezimal | 171 | 55 | 110 |
Binär | 10101011 | 110111 | 1101110 |
Oktal | 253 | 67 | 156 |
Dunkle Töne der Farbe #AB376E
Helle Töne der Farbe #AB376E
Beispiele css- und html für Elemente in der Farbe #AB376E. Bitte benutzen Sie auch rgb(171,55,110) statt hex-Code.
.myTextColor { color: #AB376E; }
<p style="color:#AB376E">This sample text font color is #AB376E.</p>
Die Farbe dieses Textes ist #AB376E.
.myBgColor { background-color: #AB376E; }
<div style="background-color:#AB376E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB376E.
.myBorderColor { border: 1px solid #AB376E; }
<div style="border:3px solid #AB376E">Div</div>
Die Grenzen von diesem div sind in Farbe #AB376E.
.myOpacity80 { color: #AB376E; opacity: 0.8; }
<p style="color:#AB376E;opacity:0.8;">80%</p>
Text in Farbe #AB376E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB376E;}
<p style="text-shadow: 3px 3px 1px #AB376E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB376E.
.textShadow {text-shadow: 3px 3px 1px #AB376E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB376E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB376E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB376E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB376E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB376E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB376E;
-webkit-box-shadow: 1px 1px 3px 2px #AB376E;
box-shadow: 1px 1px 3px 2px #AB376E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB376E; -webkit-box-shadow: 1px 1px 3px 2px #AB376E; box-shadow:1px 1px 3px 2px #AB376E;">
Div content here
</div>
Dieser Text ist in der Farbe #AB376E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB376E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB376E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB376E.
Kontrastfarbe für #AB376E ist #54C891.