HEX: #CC8ADB
RGB: (204,138,219)
#CC8ADB enthält hauptsächlich rote und blaue Farbe. Für #CC8ADB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #CC8ADB wird in RGB als (204,138,219) definiert.
RGB: (204,138,219) (80%,54%,86%)
R 204 von 255 = 80%
G 138 von 255 = 54%
B 219 von 255 = 86%
R + G + B ~ 73%. #CC8ADB ziemlich helle Farbe.
R + G + B =
204 + 138 + 219 = 561 (100%)
R 204 von 561 ~ 36.36%
G 138 von 561 ~ 24.6%
B 219 von 561 ~ 39.04%
Die Farbe #CC8ADB wird in CMYK als (7,37,0,14) definiert.
CMYK: (7,37,0,14) C7M37Y0K14 (7%,37%,0%,14%) (0.07/0.37/0.00/0.14)
CC | 8A | DB | |
---|---|---|---|
RGB | 204 | 138 | 219 |
HSL | 289° | 52.94% | 70.00% |
HSB/HSV | 289° | 36.99% | 85.88% |
CMYK | 6.85% | 36.99% | 0.00% |
14.12% |
Hexadezimal | CC | 8A | DB |
Dezimal | 204 | 138 | 219 |
Binär | 11001100 | 10001010 | 11011011 |
Oktal | 314 | 212 | 333 |
Beispiele css- und html für Elemente in der Farbe #CC8ADB. Bitte benutzen Sie auch rgb(204,138,219) statt hex-Code.
.myTextColor { color: #CC8ADB; }
<p style="color:#CC8ADB">This sample text font color is #CC8ADB.</p>
Die Farbe dieses Textes ist #CC8ADB.
.myBgColor { background-color: #CC8ADB; }
<div style="background-color:#CC8ADB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC8ADB.
.myBorderColor { border: 1px solid #CC8ADB; }
<div style="border:3px solid #CC8ADB">Div</div>
Die Grenzen von diesem div sind in Farbe #CC8ADB.
.myOpacity80 { color: #CC8ADB; opacity: 0.8; }
<p style="color:#CC8ADB;opacity:0.8;">80%</p>
Text in Farbe #CC8ADB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC8ADB;}
<p style="text-shadow: 3px 3px 1px #CC8ADB">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC8ADB.
.textShadow {text-shadow: 3px 3px 1px #CC8ADB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC8ADB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC8ADB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC8ADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC8ADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC8ADB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC8ADB; -webkit-box-shadow: 1px 1px 3px 2px #CC8ADB; box-shadow: 1px 1px 3px 2px #CC8ADB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC8ADB; -webkit-box-shadow: 1px 1px 3px 2px #CC8ADB; box-shadow:1px 1px 3px 2px #CC8ADB;">
Div content here</div>
Dieser Text ist in der Farbe #CC8ADB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC8ADB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC8ADB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC8ADB.