HEX: #C477A5
RGB: (196,119,165)
#C477A5 enthält hauptsächlich rote und blaue Farbe. Für #C477A5 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C477A5 wird in RGB als (196,119,165) definiert.
RGB: (196,119,165)
(77%, 47%, 65%)
R 196 von 255 = 77%
G 119 von 255 = 47%
B 165 von 255 = 65%
R + G + B ~ 63%. #C477A5 ziemlich helle Farbe.
R + G + B = 196 + 119 + 165 = 480 (100%)
R 196 von 480 ~ 40.83%
G 119 von 480 ~ 24.79%
B 165 von 480 ~ 34.38'%
Die Farbe #C477A5 wird in CMYK als (0,39,16,23) definiert.
CMYK: (0,39,16,23)
C0M39Y16K23 (0%, 39%, 16%, 23%)
(0.00 / 0.39 / 0.16 / 0.23)
Farbe #C477A5 in den populären Farbmodellen.
C4 | 77 | A5 | |
---|---|---|---|
RGB | 196 | 119 | 165 |
HSL | 324° | 39.49% | 61.76% |
HSB/HSV | 324° | 39.29% | 76.86% |
CMYK | 0.00% | 39.29% | 15.82% |
23.14% |
Die Farbe #C477A5 in den populären Zahlensystemen.
Hexadezimal | C4 | 77 | A5 |
Dezimal | 196 | 119 | 165 |
Binär | 11000100 | 1110111 | 10100101 |
Oktal | 304 | 167 | 245 |
Dunkle Töne der Farbe #C477A5
Helle Töne der Farbe #C477A5
Beispiele css- und html für Elemente in der Farbe #C477A5. Bitte benutzen Sie auch rgb(196,119,165) statt hex-Code.
.myTextColor { color: #C477A5; }
<p style="color:#C477A5">This sample text font color is #C477A5.</p>
Die Farbe dieses Textes ist #C477A5.
.myBgColor { background-color: #C477A5; }
<div style="background-color:#C477A5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C477A5.
.myBorderColor { border: 1px solid #C477A5; }
<div style="border:3px solid #C477A5">Div</div>
Die Grenzen von diesem div sind in Farbe #C477A5.
.myOpacity80 { color: #C477A5; opacity: 0.8; }
<p style="color:#C477A5;opacity:0.8;">80%</p>
Text in Farbe #C477A5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C477A5;}
<p style="text-shadow: 3px 3px 1px #C477A5">Text here.</p>
Dieser Text hat den Schatten in Farbe #C477A5.
.textShadow {text-shadow: 3px 3px 1px #C477A5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C477A5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C477A5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C477A5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C477A5, Direction=45, Strength=4)">Text</p>
This text has shadow with #C477A5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C477A5;
-webkit-box-shadow: 1px 1px 3px 2px #C477A5;
box-shadow: 1px 1px 3px 2px #C477A5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C477A5; -webkit-box-shadow: 1px 1px 3px 2px #C477A5; box-shadow:1px 1px 3px 2px #C477A5;">
Div content here
</div>
Dieser Text ist in der Farbe #C477A5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C477A5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C477A5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C477A5.
Kontrastfarbe für #hex ist #3B885A.