HEX: #AB63CF
RGB: (171,99,207)
#AB63CF enthält hauptsächlich rote und blaue Farbe. Für #AB63CF ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB63CF wird in RGB als (171,99,207) definiert.
RGB: (171,99,207)
(67%, 39%, 81%)
R 171 von 255 = 67%
G 99 von 255 = 39%
B 207 von 255 = 81%
R + G + B ~ 62%. #AB63CF ziemlich helle Farbe.
R + G + B = 171 + 99 + 207 = 477 (100%)
R 171 von 477 ~ 35.85%
G 99 von 477 ~ 20.75%
B 207 von 477 ~ 43.4'%
Die Farbe #AB63CF wird in CMYK als (17,52,0,19) definiert.
CMYK: (17,52,0,19)
C17M52Y0K19 (17%, 52%, 0%, 19%)
(0.17 / 0.52 / 0.00 / 0.19)
Farbe #AB63CF in den populären Farbmodellen.
AB | 63 | CF | |
---|---|---|---|
RGB | 171 | 99 | 207 |
HSL | 280° | 52.94% | 60.00% |
HSB/HSV | 280° | 52.17% | 81.18% |
CMYK | 17.39% | 52.17% | 0.00% |
18.82% |
Die Farbe #AB63CF in den populären Zahlensystemen.
Hexadezimal | AB | 63 | CF |
Dezimal | 171 | 99 | 207 |
Binär | 10101011 | 1100011 | 11001111 |
Oktal | 253 | 143 | 317 |
Dunkle Töne der Farbe #AB63CF
Helle Töne der Farbe #AB63CF
Beispiele css- und html für Elemente in der Farbe #AB63CF. Bitte benutzen Sie auch rgb(171,99,207) statt hex-Code.
.myTextColor { color: #AB63CF; }
<p style="color:#AB63CF">This sample text font color is #AB63CF.</p>
Die Farbe dieses Textes ist #AB63CF.
.myBgColor { background-color: #AB63CF; }
<div style="background-color:#AB63CF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB63CF.
.myBorderColor { border: 1px solid #AB63CF; }
<div style="border:3px solid #AB63CF">Div</div>
Die Grenzen von diesem div sind in Farbe #AB63CF.
.myOpacity80 { color: #AB63CF; opacity: 0.8; }
<p style="color:#AB63CF;opacity:0.8;">80%</p>
Text in Farbe #AB63CF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB63CF;}
<p style="text-shadow: 3px 3px 1px #AB63CF">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB63CF.
.textShadow {text-shadow: 3px 3px 1px #AB63CF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB63CF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB63CF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB63CF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB63CF, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB63CF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB63CF;
-webkit-box-shadow: 1px 1px 3px 2px #AB63CF;
box-shadow: 1px 1px 3px 2px #AB63CF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB63CF; -webkit-box-shadow: 1px 1px 3px 2px #AB63CF; box-shadow:1px 1px 3px 2px #AB63CF;">
Div content here
</div>
Dieser Text ist in der Farbe #AB63CF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB63CF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB63CF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB63CF.
Kontrastfarbe für #hex ist #549C30.