HEX: #AB5DDC
RGB: (171,93,220)
#AB5DDC enthält hauptsächlich rote und blaue Farbe. Für #AB5DDC ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AB5DDC wird in RGB als (171,93,220) definiert.
RGB: (171,93,220) (67%,36%,86%)
R 171 von 255 = 67%
G 93 von 255 = 36%
B 220 von 255 = 86%
R + G + B ~ 63%. #AB5DDC ziemlich helle Farbe.
R + G + B =
171 + 93 + 220 = 484 (100%)
R 171 von 484 ~ 35.33%
G 93 von 484 ~ 19.21%
B 220 von 484 ~ 45.45%
Die Farbe #AB5DDC wird in CMYK als (22,58,0,14) definiert.
CMYK: (22,58,0,14) C22M58Y0K14 (22%,58%,0%,14%) (0.22/0.58/0.00/0.14)
AB | 5D | DC | |
---|---|---|---|
RGB | 171 | 93 | 220 |
HSL | 277° | 64.47% | 61.37% |
HSB/HSV | 277° | 57.73% | 86.27% |
CMYK | 22.27% | 57.73% | 0.00% |
13.73% |
Hexadezimal | AB | 5D | DC |
Dezimal | 171 | 93 | 220 |
Binär | 10101011 | 1011101 | 11011100 |
Oktal | 253 | 135 | 334 |
Beispiele css- und html für Elemente in der Farbe #AB5DDC. Bitte benutzen Sie auch rgb(171,93,220) statt hex-Code.
.myTextColor { color: #AB5DDC; }
<p style="color:#AB5DDC">This sample text font color is #AB5DDC.</p>
Die Farbe dieses Textes ist #AB5DDC.
.myBgColor { background-color: #AB5DDC; }
<div style="background-color:#AB5DDC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB5DDC.
.myBorderColor { border: 1px solid #AB5DDC; }
<div style="border:3px solid #AB5DDC">Div</div>
Die Grenzen von diesem div sind in Farbe #AB5DDC.
.myOpacity80 { color: #AB5DDC; opacity: 0.8; }
<p style="color:#AB5DDC;opacity:0.8;">80%</p>
Text in Farbe #AB5DDC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5DDC;}
<p style="text-shadow: 3px 3px 1px #AB5DDC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB5DDC.
.textShadow {text-shadow: 3px 3px 1px #AB5DDC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5DDC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB5DDC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5DDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5DDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5DDC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB5DDC; -webkit-box-shadow: 1px 1px 3px 2px #AB5DDC; box-shadow: 1px 1px 3px 2px #AB5DDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB5DDC; -webkit-box-shadow: 1px 1px 3px 2px #AB5DDC; box-shadow:1px 1px 3px 2px #AB5DDC;">
Div content here</div>
Dieser Text ist in der Farbe #AB5DDC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB5DDC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB5DDC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB5DDC.