HEX: #AB7FD9
RGB: (171,127,217)
#AB7FD9 enthält hauptsächlich rote und blaue Farbe. Für #AB7FD9 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB7FD9 wird in RGB als (171,127,217) definiert.
RGB: (171,127,217) (67%,50%,85%)
R 171 von 255 = 67%
G 127 von 255 = 50%
B 217 von 255 = 85%
R + G + B ~ 67%. #AB7FD9 ziemlich helle Farbe.
R + G + B =
171 + 127 + 217 = 515 (100%)
R 171 von 515 ~ 33.2%
G 127 von 515 ~ 24.66%
B 217 von 515 ~ 42.14%
Die Farbe #AB7FD9 wird in CMYK als (21,41,0,15) definiert.
CMYK: (21,41,0,15) C21M41Y0K15 (21%,41%,0%,15%) (0.21/0.41/0.00/0.15)
AB | 7F | D9 | |
---|---|---|---|
RGB | 171 | 127 | 217 |
HSL | 269° | 54.22% | 67.45% |
HSB/HSV | 269° | 41.47% | 85.10% |
CMYK | 21.20% | 41.47% | 0.00% |
14.90% |
Hexadezimal | AB | 7F | D9 |
Dezimal | 171 | 127 | 217 |
Binär | 10101011 | 1111111 | 11011001 |
Oktal | 253 | 177 | 331 |
Beispiele css- und html für Elemente in der Farbe #AB7FD9. Bitte benutzen Sie auch rgb(171,127,217) statt hex-Code.
.myTextColor { color: #AB7FD9; }
<p style="color:#AB7FD9">This sample text font color is #AB7FD9.</p>
Die Farbe dieses Textes ist #AB7FD9.
.myBgColor { background-color: #AB7FD9; }
<div style="background-color:#AB7FD9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7FD9.
.myBorderColor { border: 1px solid #AB7FD9; }
<div style="border:3px solid #AB7FD9">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7FD9.
.myOpacity80 { color: #AB7FD9; opacity: 0.8; }
<p style="color:#AB7FD9;opacity:0.8;">80%</p>
Text in Farbe #AB7FD9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7FD9;}
<p style="text-shadow: 3px 3px 1px #AB7FD9">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7FD9.
.textShadow {text-shadow: 3px 3px 1px #AB7FD9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7FD9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7FD9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7FD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7FD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7FD9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB7FD9; -webkit-box-shadow: 1px 1px 3px 2px #AB7FD9; box-shadow: 1px 1px 3px 2px #AB7FD9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB7FD9; -webkit-box-shadow: 1px 1px 3px 2px #AB7FD9; box-shadow:1px 1px 3px 2px #AB7FD9;">
Div content here</div>
Dieser Text ist in der Farbe #AB7FD9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7FD9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7FD9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7FD9.