HEX: #AB425A
RGB: (171,66,90)
#AB425A enthält hauptsächlich rote Farbe. Für #AB425A ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #AB425A wird in RGB als (171,66,90) definiert.
RGB: (171,66,90) (67%,26%,35%)
R 171 von 255 = 67%
G 66 von 255 = 26%
B 90 von 255 = 35%
R + G + B ~ 43%. #AB425A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 66 + 90 = 327 (100%)
R 171 von 327 ~ 52.29%
G 66 von 327 ~ 20.18%
B 90 von 327 ~ 27.52%
Die Farbe #AB425A wird in CMYK als (0,61,47,33) definiert.
CMYK: (0,61,47,33) C0M61Y47K33 (0%,61%,47%,33%) (0.00/0.61/0.47/0.33)
AB | 42 | 5A | |
---|---|---|---|
RGB | 171 | 66 | 90 |
HSL | 346° | 44.30% | 46.47% |
HSB/HSV | 346° | 61.40% | 67.06% |
CMYK | 0.00% | 61.40% | 47.37% |
32.94% |
Hexadezimal | AB | 42 | 5A |
Dezimal | 171 | 66 | 90 |
Binär | 10101011 | 1000010 | 1011010 |
Oktal | 253 | 102 | 132 |
Beispiele css- und html für Elemente in der Farbe #AB425A. Bitte benutzen Sie auch rgb(171,66,90) statt hex-Code.
.myTextColor { color: #AB425A; }
<p style="color:#AB425A">This sample text font color is #AB425A.</p>
Die Farbe dieses Textes ist #AB425A.
.myBgColor { background-color: #AB425A; }
<div style="background-color:#AB425A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB425A.
.myBorderColor { border: 1px solid #AB425A; }
<div style="border:3px solid #AB425A">Div</div>
Die Grenzen von diesem div sind in Farbe #AB425A.
.myOpacity80 { color: #AB425A; opacity: 0.8; }
<p style="color:#AB425A;opacity:0.8;">80%</p>
Text in Farbe #AB425A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB425A;}
<p style="text-shadow: 3px 3px 1px #AB425A">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB425A.
.textShadow {text-shadow: 3px 3px 1px #AB425A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB425A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB425A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB425A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB425A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB425A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB425A; -webkit-box-shadow: 1px 1px 3px 2px #AB425A; box-shadow: 1px 1px 3px 2px #AB425A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB425A; -webkit-box-shadow: 1px 1px 3px 2px #AB425A; box-shadow:1px 1px 3px 2px #AB425A;">
Div content here</div>
Dieser Text ist in der Farbe #AB425A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB425A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB425A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB425A.