HEX: #AB79DD
RGB: (171,121,221)
#AB79DD enthält hauptsächlich rote und blaue Farbe. Für #AB79DD ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB79DD wird in RGB als (171,121,221) definiert.
RGB: (171,121,221)
(67%, 47%, 87%)
R 171 von 255 = 67%
G 121 von 255 = 47%
B 221 von 255 = 87%
R + G + B ~ 67%. #AB79DD ziemlich helle Farbe.
R + G + B = 171 + 121 + 221 = 513 (100%)
R 171 von 513 ~ 33.33%
G 121 von 513 ~ 23.59%
B 221 von 513 ~ 43.08'%
Die Farbe #AB79DD wird in CMYK als (23,45,0,13) definiert.
CMYK: (23,45,0,13)
C23M45Y0K13 (23%, 45%, 0%, 13%)
(0.23 / 0.45 / 0.00 / 0.13)
Farbe #AB79DD in den populären Farbmodellen.
AB | 79 | DD | |
---|---|---|---|
RGB | 171 | 121 | 221 |
HSL | 270° | 59.52% | 67.06% |
HSB/HSV | 270° | 45.25% | 86.67% |
CMYK | 22.62% | 45.25% | 0.00% |
13.33% |
Die Farbe #AB79DD in den populären Zahlensystemen.
Hexadezimal | AB | 79 | DD |
Dezimal | 171 | 121 | 221 |
Binär | 10101011 | 1111001 | 11011101 |
Oktal | 253 | 171 | 335 |
Dunkle Töne der Farbe #AB79DD
Helle Töne der Farbe #AB79DD
Beispiele css- und html für Elemente in der Farbe #AB79DD. Bitte benutzen Sie auch rgb(171,121,221) statt hex-Code.
.myTextColor { color: #AB79DD; }
<p style="color:#AB79DD">This sample text font color is #AB79DD.</p>
Die Farbe dieses Textes ist #AB79DD.
.myBgColor { background-color: #AB79DD; }
<div style="background-color:#AB79DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB79DD.
.myBorderColor { border: 1px solid #AB79DD; }
<div style="border:3px solid #AB79DD">Div</div>
Die Grenzen von diesem div sind in Farbe #AB79DD.
.myOpacity80 { color: #AB79DD; opacity: 0.8; }
<p style="color:#AB79DD;opacity:0.8;">80%</p>
Text in Farbe #AB79DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB79DD;}
<p style="text-shadow: 3px 3px 1px #AB79DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB79DD.
.textShadow {text-shadow: 3px 3px 1px #AB79DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB79DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB79DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB79DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB79DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB79DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB79DD;
-webkit-box-shadow: 1px 1px 3px 2px #AB79DD;
box-shadow: 1px 1px 3px 2px #AB79DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB79DD; -webkit-box-shadow: 1px 1px 3px 2px #AB79DD; box-shadow:1px 1px 3px 2px #AB79DD;">
Div content here
</div>
Dieser Text ist in der Farbe #AB79DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB79DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB79DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB79DD.
Kontrastfarbe für #hex ist #548622.