HEX: #CC63AB
RGB: (204,99,171)
#CC63AB enthält hauptsächlich rote und blaue Farbe. Für #CC63AB ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #CC63AB wird in RGB als (204,99,171) definiert.
RGB: (204,99,171) (80%,39%,67%)
R 204 von 255 = 80%
G 99 von 255 = 39%
B 171 von 255 = 67%
R + G + B ~ 62%. #CC63AB ziemlich helle Farbe.
R + G + B =
204 + 99 + 171 = 474 (100%)
R 204 von 474 ~ 43.04%
G 99 von 474 ~ 20.89%
B 171 von 474 ~ 36.08%
Die Farbe #CC63AB wird in CMYK als (0,51,16,20) definiert.
CMYK: (0,51,16,20) C0M51Y16K20 (0%,51%,16%,20%) (0.00/0.51/0.16/0.20)
CC | 63 | AB | |
---|---|---|---|
RGB | 204 | 99 | 171 |
HSL | 319° | 50.72% | 59.41% |
HSB/HSV | 319° | 51.47% | 80.00% |
CMYK | 0.00% | 51.47% | 16.18% |
20.00% |
Hexadezimal | CC | 63 | AB |
Dezimal | 204 | 99 | 171 |
Binär | 11001100 | 1100011 | 10101011 |
Oktal | 314 | 143 | 253 |
Beispiele css- und html für Elemente in der Farbe #CC63AB. Bitte benutzen Sie auch rgb(204,99,171) statt hex-Code.
.myTextColor { color: #CC63AB; }
<p style="color:#CC63AB">This sample text font color is #CC63AB.</p>
Die Farbe dieses Textes ist #CC63AB.
.myBgColor { background-color: #CC63AB; }
<div style="background-color:#CC63AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC63AB.
.myBorderColor { border: 1px solid #CC63AB; }
<div style="border:3px solid #CC63AB">Div</div>
Die Grenzen von diesem div sind in Farbe #CC63AB.
.myOpacity80 { color: #CC63AB; opacity: 0.8; }
<p style="color:#CC63AB;opacity:0.8;">80%</p>
Text in Farbe #CC63AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC63AB;}
<p style="text-shadow: 3px 3px 1px #CC63AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC63AB.
.textShadow {text-shadow: 3px 3px 1px #CC63AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC63AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC63AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC63AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC63AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC63AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC63AB; -webkit-box-shadow: 1px 1px 3px 2px #CC63AB; box-shadow: 1px 1px 3px 2px #CC63AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC63AB; -webkit-box-shadow: 1px 1px 3px 2px #CC63AB; box-shadow:1px 1px 3px 2px #CC63AB;">
Div content here</div>
Dieser Text ist in der Farbe #CC63AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC63AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC63AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC63AB.