HEX: #AC6BDB
RGB: (172,107,219)
#AC6BDB enthält hauptsächlich rote und blaue Farbe. Für #AC6BDB ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #AC6BDB wird in RGB als (172,107,219) definiert.
RGB: (172,107,219) (67%,42%,86%)
R 172 von 255 = 67%
G 107 von 255 = 42%
B 219 von 255 = 86%
R + G + B ~ 65%. #AC6BDB ziemlich helle Farbe.
R + G + B =
172 + 107 + 219 = 498 (100%)
R 172 von 498 ~ 34.54%
G 107 von 498 ~ 21.49%
B 219 von 498 ~ 43.98%
Die Farbe #AC6BDB wird in CMYK als (21,51,0,14) definiert.
CMYK: (21,51,0,14) C21M51Y0K14 (21%,51%,0%,14%) (0.21/0.51/0.00/0.14)
AC | 6B | DB | |
---|---|---|---|
RGB | 172 | 107 | 219 |
HSL | 275° | 60.87% | 63.92% |
HSB/HSV | 275° | 51.14% | 85.88% |
CMYK | 21.46% | 51.14% | 0.00% |
14.12% |
Hexadezimal | AC | 6B | DB |
Dezimal | 172 | 107 | 219 |
Binär | 10101100 | 1101011 | 11011011 |
Oktal | 254 | 153 | 333 |
Beispiele css- und html für Elemente in der Farbe #AC6BDB. Bitte benutzen Sie auch rgb(172,107,219) statt hex-Code.
.myTextColor { color: #AC6BDB; }
<p style="color:#AC6BDB">This sample text font color is #AC6BDB.</p>
Die Farbe dieses Textes ist #AC6BDB.
.myBgColor { background-color: #AC6BDB; }
<div style="background-color:#AC6BDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AC6BDB.
.myBorderColor { border: 1px solid #AC6BDB; }
<div style="border:3px solid #AC6BDB">Div</div>
Die Grenzen von diesem div sind in Farbe #AC6BDB.
.myOpacity80 { color: #AC6BDB; opacity: 0.8; }
<p style="color:#AC6BDB;opacity:0.8;">80%</p>
Text in Farbe #AC6BDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC6BDB;}
<p style="text-shadow: 3px 3px 1px #AC6BDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #AC6BDB.
.textShadow {text-shadow: 3px 3px 1px #AC6BDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC6BDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AC6BDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC6BDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC6BDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC6BDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AC6BDB; -webkit-box-shadow: 1px 1px 3px 2px #AC6BDB; box-shadow: 1px 1px 3px 2px #AC6BDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AC6BDB; -webkit-box-shadow: 1px 1px 3px 2px #AC6BDB; box-shadow:1px 1px 3px 2px #AC6BDB;">
Div content here</div>
Dieser Text ist in der Farbe #AC6BDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AC6BDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AC6BDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AC6BDB.