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