HEX: #CC14F6
RGB: (204,20,246)
#CC14F6 enthält hauptsächlich rote und blaue Farbe. Für #CC14F6 ist eine «websichere» Webfarbe #CC00FF (oder kurz #C0F).
Die Farbe #CC14F6 wird in RGB als (204,20,246) definiert.
RGB: (204,20,246)
(80%, 8%, 96%)
R 204 von 255 = 80%
G 20 von 255 = 8%
B 246 von 255 = 96%
R + G + B ~ 61%. #CC14F6 ziemlich helle Farbe.
R + G + B = 204 + 20 + 246 = 470 (100%)
R 204 von 470 ~ 43.4%
G 20 von 470 ~ 4.26%
B 246 von 470 ~ 52.34'%
Die Farbe #CC14F6 wird in CMYK als (17,92,0,4) definiert.
CMYK: (17,92,0,4)
C17M92Y0K4 (17%, 92%, 0%, 4%)
(0.17 / 0.92 / 0.00 / 0.04)
Farbe #CC14F6 in den populären Farbmodellen.
CC | 14 | F6 | |
---|---|---|---|
RGB | 204 | 20 | 246 |
HSL | 289° | 92.62% | 52.16% |
HSB/HSV | 289° | 91.87% | 96.47% |
CMYK | 17.07% | 91.87% | 0.00% |
3.53% |
Die Farbe #CC14F6 in den populären Zahlensystemen.
Hexadezimal | CC | 14 | F6 |
Dezimal | 204 | 20 | 246 |
Binär | 11001100 | 10100 | 11110110 |
Oktal | 314 | 24 | 366 |
Dunkle Töne der Farbe #CC14F6
Helle Töne der Farbe #CC14F6
Beispiele css- und html für Elemente in der Farbe #CC14F6. Bitte benutzen Sie auch rgb(204,20,246) statt hex-Code.
.myTextColor { color: #CC14F6; }
<p style="color:#CC14F6">This sample text font color is #CC14F6.</p>
Die Farbe dieses Textes ist #CC14F6.
.myBgColor { background-color: #CC14F6; }
<div style="background-color:#CC14F6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC14F6.
.myBorderColor { border: 1px solid #CC14F6; }
<div style="border:3px solid #CC14F6">Div</div>
Die Grenzen von diesem div sind in Farbe #CC14F6.
.myOpacity80 { color: #CC14F6; opacity: 0.8; }
<p style="color:#CC14F6;opacity:0.8;">80%</p>
Text in Farbe #CC14F6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC14F6;}
<p style="text-shadow: 3px 3px 1px #CC14F6">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC14F6.
.textShadow {text-shadow: 3px 3px 1px #CC14F6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC14F6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC14F6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC14F6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC14F6, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC14F6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC14F6;
-webkit-box-shadow: 1px 1px 3px 2px #CC14F6;
box-shadow: 1px 1px 3px 2px #CC14F6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC14F6; -webkit-box-shadow: 1px 1px 3px 2px #CC14F6; box-shadow:1px 1px 3px 2px #CC14F6;">
Div content here
</div>
Dieser Text ist in der Farbe #CC14F6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC14F6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC14F6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC14F6.
Kontrastfarbe für #CC14F6 ist #33EB09.