HEX: #C957A5
RGB: (201,87,165)
#C957A5 enthält hauptsächlich rote und blaue Farbe. Für #C957A5 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C957A5 wird in RGB als (201,87,165) definiert.
RGB: (201,87,165)
(79%, 34%, 65%)
R 201 von 255 = 79%
G 87 von 255 = 34%
B 165 von 255 = 65%
R + G + B ~ 59%. #C957A5 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 201 + 87 + 165 = 453 (100%)
R 201 von 453 ~ 44.37%
G 87 von 453 ~ 19.21%
B 165 von 453 ~ 36.42'%
Die Farbe #C957A5 wird in CMYK als (0,57,18,21) definiert.
CMYK: (0,57,18,21)
C0M57Y18K21 (0%, 57%, 18%, 21%)
(0.00 / 0.57 / 0.18 / 0.21)
Farbe #C957A5 in den populären Farbmodellen.
C9 | 57 | A5 | |
---|---|---|---|
RGB | 201 | 87 | 165 |
HSL | 319° | 51.35% | 56.47% |
HSB/HSV | 319° | 56.72% | 78.82% |
CMYK | 0.00% | 56.72% | 17.91% |
21.18% |
Die Farbe #C957A5 in den populären Zahlensystemen.
Hexadezimal | C9 | 57 | A5 |
Dezimal | 201 | 87 | 165 |
Binär | 11001001 | 1010111 | 10100101 |
Oktal | 311 | 127 | 245 |
Dunkle Töne der Farbe #C957A5
Helle Töne der Farbe #C957A5
Beispiele css- und html für Elemente in der Farbe #C957A5. Bitte benutzen Sie auch rgb(201,87,165) statt hex-Code.
.myTextColor { color: #C957A5; }
<p style="color:#C957A5">This sample text font color is #C957A5.</p>
Die Farbe dieses Textes ist #C957A5.
.myBgColor { background-color: #C957A5; }
<div style="background-color:#C957A5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C957A5.
.myBorderColor { border: 1px solid #C957A5; }
<div style="border:3px solid #C957A5">Div</div>
Die Grenzen von diesem div sind in Farbe #C957A5.
.myOpacity80 { color: #C957A5; opacity: 0.8; }
<p style="color:#C957A5;opacity:0.8;">80%</p>
Text in Farbe #C957A5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C957A5;}
<p style="text-shadow: 3px 3px 1px #C957A5">Text here.</p>
Dieser Text hat den Schatten in Farbe #C957A5.
.textShadow {text-shadow: 3px 3px 1px #C957A5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C957A5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C957A5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C957A5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C957A5, Direction=45, Strength=4)">Text</p>
This text has shadow with #C957A5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C957A5;
-webkit-box-shadow: 1px 1px 3px 2px #C957A5;
box-shadow: 1px 1px 3px 2px #C957A5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C957A5; -webkit-box-shadow: 1px 1px 3px 2px #C957A5; box-shadow:1px 1px 3px 2px #C957A5;">
Div content here
</div>
Dieser Text ist in der Farbe #C957A5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C957A5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C957A5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C957A5.
Kontrastfarbe für #hex ist #36A85A.