HEX: #CC5998
RGB: (204,89,152)
#CC5998 enthält hauptsächlich rote und blaue Farbe. Für #CC5998 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #CC5998 wird in RGB als (204,89,152) definiert.
RGB: (204,89,152)
(80%, 35%, 60%)
R 204 von 255 = 80%
G 89 von 255 = 35%
B 152 von 255 = 60%
R + G + B ~ 58%. #CC5998 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 204 + 89 + 152 = 445 (100%)
R 204 von 445 ~ 45.84%
G 89 von 445 ~ 20%
B 152 von 445 ~ 34.16'%
Die Farbe #CC5998 wird in CMYK als (0,56,25,20) definiert.
CMYK: (0,56,25,20)
C0M56Y25K20 (0%, 56%, 25%, 20%)
(0.00 / 0.56 / 0.25 / 0.20)
Farbe #CC5998 in den populären Farbmodellen.
CC | 59 | 98 | |
---|---|---|---|
RGB | 204 | 89 | 152 |
HSL | 327° | 53.00% | 57.45% |
HSB/HSV | 327° | 56.37% | 80.00% |
CMYK | 0.00% | 56.37% | 25.49% |
20.00% |
Die Farbe #CC5998 in den populären Zahlensystemen.
Hexadezimal | CC | 59 | 98 |
Dezimal | 204 | 89 | 152 |
Binär | 11001100 | 1011001 | 10011000 |
Oktal | 314 | 131 | 230 |
Dunkle Töne der Farbe #CC5998
Helle Töne der Farbe #CC5998
Beispiele css- und html für Elemente in der Farbe #CC5998. Bitte benutzen Sie auch rgb(204,89,152) statt hex-Code.
.myTextColor { color: #CC5998; }
<p style="color:#CC5998">This sample text font color is #CC5998.</p>
Die Farbe dieses Textes ist #CC5998.
.myBgColor { background-color: #CC5998; }
<div style="background-color:#CC5998">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC5998.
.myBorderColor { border: 1px solid #CC5998; }
<div style="border:3px solid #CC5998">Div</div>
Die Grenzen von diesem div sind in Farbe #CC5998.
.myOpacity80 { color: #CC5998; opacity: 0.8; }
<p style="color:#CC5998;opacity:0.8;">80%</p>
Text in Farbe #CC5998 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC5998;}
<p style="text-shadow: 3px 3px 1px #CC5998">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC5998.
.textShadow {text-shadow: 3px 3px 1px #CC5998', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC5998, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC5998 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC5998, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC5998, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC5998 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC5998;
-webkit-box-shadow: 1px 1px 3px 2px #CC5998;
box-shadow: 1px 1px 3px 2px #CC5998;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC5998; -webkit-box-shadow: 1px 1px 3px 2px #CC5998; box-shadow:1px 1px 3px 2px #CC5998;">
Div content here
</div>
Dieser Text ist in der Farbe #CC5998 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC5998 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC5998.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC5998.
Kontrastfarbe für #hex ist #33A667.