HEX: #AB75FB
RGB: (171,117,251)
#AB75FB enthält hauptsächlich blaue Farbe. Für #AB75FB ist eine «websichere» Webfarbe #9966FF (oder kurz #96F).
Die Farbe #AB75FB wird in RGB als (171,117,251) definiert.
RGB: (171,117,251) (67%,46%,98%)
R 171 von 255 = 67%
G 117 von 255 = 46%
B 251 von 255 = 98%
R + G + B ~ 70%. #AB75FB ziemlich helle Farbe.
R + G + B =
171 + 117 + 251 = 539 (100%)
R 171 von 539 ~ 31.73%
G 117 von 539 ~ 21.71%
B 251 von 539 ~ 46.57%
Die Farbe #AB75FB wird in CMYK als (32,53,0,2) definiert.
CMYK: (32,53,0,2) C32M53Y0K2 (32%,53%,0%,2%) (0.32/0.53/0.00/0.02)
AB | 75 | FB | |
---|---|---|---|
RGB | 171 | 117 | 251 |
HSL | 264° | 94.37% | 72.16% |
HSB/HSV | 264° | 53.39% | 98.43% |
CMYK | 31.87% | 53.39% | 0.00% |
1.57% |
Hexadezimal | AB | 75 | FB |
Dezimal | 171 | 117 | 251 |
Binär | 10101011 | 1110101 | 11111011 |
Oktal | 253 | 165 | 373 |
Beispiele css- und html für Elemente in der Farbe #AB75FB. Bitte benutzen Sie auch rgb(171,117,251) statt hex-Code.
.myTextColor { color: #AB75FB; }
<p style="color:#AB75FB">This sample text font color is #AB75FB.</p>
Die Farbe dieses Textes ist #AB75FB.
.myBgColor { background-color: #AB75FB; }
<div style="background-color:#AB75FB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB75FB.
.myBorderColor { border: 1px solid #AB75FB; }
<div style="border:3px solid #AB75FB">Div</div>
Die Grenzen von diesem div sind in Farbe #AB75FB.
.myOpacity80 { color: #AB75FB; opacity: 0.8; }
<p style="color:#AB75FB;opacity:0.8;">80%</p>
Text in Farbe #AB75FB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB75FB;}
<p style="text-shadow: 3px 3px 1px #AB75FB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB75FB.
.textShadow {text-shadow: 3px 3px 1px #AB75FB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB75FB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB75FB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB75FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB75FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB75FB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB75FB; -webkit-box-shadow: 1px 1px 3px 2px #AB75FB; box-shadow: 1px 1px 3px 2px #AB75FB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB75FB; -webkit-box-shadow: 1px 1px 3px 2px #AB75FB; box-shadow:1px 1px 3px 2px #AB75FB;">
Div content here</div>
Dieser Text ist in der Farbe #AB75FB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB75FB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB75FB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB75FB.