HEX: #AB4C80
RGB: (171,76,128)
#AB4C80 enthält hauptsächlich rote und blaue Farbe. Für #AB4C80 ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #AB4C80 wird in RGB als (171,76,128) definiert.
RGB: (171,76,128) (67%,30%,50%)
R 171 von 255 = 67%
G 76 von 255 = 30%
B 128 von 255 = 50%
R + G + B ~ 49%. #AB4C80 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 76 + 128 = 375 (100%)
R 171 von 375 ~ 45.6%
G 76 von 375 ~ 20.27%
B 128 von 375 ~ 34.13%
Die Farbe #AB4C80 wird in CMYK als (0,56,25,33) definiert.
CMYK: (0,56,25,33) C0M56Y25K33 (0%,56%,25%,33%) (0.00/0.56/0.25/0.33)
AB | 4C | 80 | |
---|---|---|---|
RGB | 171 | 76 | 128 |
HSL | 327° | 38.46% | 48.43% |
HSB/HSV | 327° | 55.56% | 67.06% |
CMYK | 0.00% | 55.56% | 25.15% |
32.94% |
Hexadezimal | AB | 4C | 80 |
Dezimal | 171 | 76 | 128 |
Binär | 10101011 | 1001100 | 10000000 |
Oktal | 253 | 114 | 200 |
Beispiele css- und html für Elemente in der Farbe #AB4C80. Bitte benutzen Sie auch rgb(171,76,128) statt hex-Code.
.myTextColor { color: #AB4C80; }
<p style="color:#AB4C80">This sample text font color is #AB4C80.</p>
Die Farbe dieses Textes ist #AB4C80.
.myBgColor { background-color: #AB4C80; }
<div style="background-color:#AB4C80">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB4C80.
.myBorderColor { border: 1px solid #AB4C80; }
<div style="border:3px solid #AB4C80">Div</div>
Die Grenzen von diesem div sind in Farbe #AB4C80.
.myOpacity80 { color: #AB4C80; opacity: 0.8; }
<p style="color:#AB4C80;opacity:0.8;">80%</p>
Text in Farbe #AB4C80 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB4C80;}
<p style="text-shadow: 3px 3px 1px #AB4C80">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB4C80.
.textShadow {text-shadow: 3px 3px 1px #AB4C80, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB4C80, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB4C80 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB4C80, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB4C80, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB4C80 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB4C80; -webkit-box-shadow: 1px 1px 3px 2px #AB4C80; box-shadow: 1px 1px 3px 2px #AB4C80; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB4C80; -webkit-box-shadow: 1px 1px 3px 2px #AB4C80; box-shadow:1px 1px 3px 2px #AB4C80;">
Div content here</div>
Dieser Text ist in der Farbe #AB4C80 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB4C80 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB4C80.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB4C80.