HEX: #AB7BD5
RGB: (171,123,213)
#AB7BD5 enthält hauptsächlich rote und blaue Farbe. Für #AB7BD5 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB7BD5 wird in RGB als (171,123,213) definiert.
RGB: (171,123,213) (67%,48%,84%)
R 171 von 255 = 67%
G 123 von 255 = 48%
B 213 von 255 = 84%
R + G + B ~ 66%. #AB7BD5 ziemlich helle Farbe.
R + G + B =
171 + 123 + 213 = 507 (100%)
R 171 von 507 ~ 33.73%
G 123 von 507 ~ 24.26%
B 213 von 507 ~ 42.01%
Die Farbe #AB7BD5 wird in CMYK als (20,42,0,16) definiert.
CMYK: (20,42,0,16) C20M42Y0K16 (20%,42%,0%,16%) (0.20/0.42/0.00/0.16)
AB | 7B | D5 | |
---|---|---|---|
RGB | 171 | 123 | 213 |
HSL | 272° | 51.72% | 65.88% |
HSB/HSV | 272° | 42.25% | 83.53% |
CMYK | 19.72% | 42.25% | 0.00% |
16.47% |
Hexadezimal | AB | 7B | D5 |
Dezimal | 171 | 123 | 213 |
Binär | 10101011 | 1111011 | 11010101 |
Oktal | 253 | 173 | 325 |
Beispiele css- und html für Elemente in der Farbe #AB7BD5. Bitte benutzen Sie auch rgb(171,123,213) statt hex-Code.
.myTextColor { color: #AB7BD5; }
<p style="color:#AB7BD5">This sample text font color is #AB7BD5.</p>
Die Farbe dieses Textes ist #AB7BD5.
.myBgColor { background-color: #AB7BD5; }
<div style="background-color:#AB7BD5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7BD5.
.myBorderColor { border: 1px solid #AB7BD5; }
<div style="border:3px solid #AB7BD5">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7BD5.
.myOpacity80 { color: #AB7BD5; opacity: 0.8; }
<p style="color:#AB7BD5;opacity:0.8;">80%</p>
Text in Farbe #AB7BD5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7BD5;}
<p style="text-shadow: 3px 3px 1px #AB7BD5">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7BD5.
.textShadow {text-shadow: 3px 3px 1px #AB7BD5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7BD5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7BD5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7BD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7BD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7BD5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB7BD5; -webkit-box-shadow: 1px 1px 3px 2px #AB7BD5; box-shadow: 1px 1px 3px 2px #AB7BD5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB7BD5; -webkit-box-shadow: 1px 1px 3px 2px #AB7BD5; box-shadow:1px 1px 3px 2px #AB7BD5;">
Div content here</div>
Dieser Text ist in der Farbe #AB7BD5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7BD5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7BD5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7BD5.