HEX: #AB7DE2
RGB: (171,125,226)
#AB7DE2 enthält hauptsächlich rote und blaue Farbe. Für #AB7DE2 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB7DE2 wird in RGB als (171,125,226) definiert.
RGB: (171,125,226) (67%,49%,89%)
R 171 von 255 = 67%
G 125 von 255 = 49%
B 226 von 255 = 89%
R + G + B ~ 68%. #AB7DE2 ziemlich helle Farbe.
R + G + B =
171 + 125 + 226 = 522 (100%)
R 171 von 522 ~ 32.76%
G 125 von 522 ~ 23.95%
B 226 von 522 ~ 43.3%
Die Farbe #AB7DE2 wird in CMYK als (24,45,0,11) definiert.
CMYK: (24,45,0,11) C24M45Y0K11 (24%,45%,0%,11%) (0.24/0.45/0.00/0.11)
AB | 7D | E2 | |
---|---|---|---|
RGB | 171 | 125 | 226 |
HSL | 267° | 63.52% | 68.82% |
HSB/HSV | 267° | 44.69% | 88.63% |
CMYK | 24.34% | 44.69% | 0.00% |
11.37% |
Hexadezimal | AB | 7D | E2 |
Dezimal | 171 | 125 | 226 |
Binär | 10101011 | 1111101 | 11100010 |
Oktal | 253 | 175 | 342 |
Beispiele css- und html für Elemente in der Farbe #AB7DE2. Bitte benutzen Sie auch rgb(171,125,226) statt hex-Code.
.myTextColor { color: #AB7DE2; }
<p style="color:#AB7DE2">This sample text font color is #AB7DE2.</p>
Die Farbe dieses Textes ist #AB7DE2.
.myBgColor { background-color: #AB7DE2; }
<div style="background-color:#AB7DE2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7DE2.
.myBorderColor { border: 1px solid #AB7DE2; }
<div style="border:3px solid #AB7DE2">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7DE2.
.myOpacity80 { color: #AB7DE2; opacity: 0.8; }
<p style="color:#AB7DE2;opacity:0.8;">80%</p>
Text in Farbe #AB7DE2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7DE2;}
<p style="text-shadow: 3px 3px 1px #AB7DE2">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7DE2.
.textShadow {text-shadow: 3px 3px 1px #AB7DE2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7DE2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7DE2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7DE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7DE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7DE2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB7DE2; -webkit-box-shadow: 1px 1px 3px 2px #AB7DE2; box-shadow: 1px 1px 3px 2px #AB7DE2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB7DE2; -webkit-box-shadow: 1px 1px 3px 2px #AB7DE2; box-shadow:1px 1px 3px 2px #AB7DE2;">
Div content here</div>
Dieser Text ist in der Farbe #AB7DE2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7DE2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7DE2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7DE2.