HEX: #C15E9B
RGB: (193,94,155)
#C15E9B enthält hauptsächlich rote und blaue Farbe. Für #C15E9B ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C15E9B wird in RGB als (193,94,155) definiert.
RGB: (193,94,155)
(76%, 37%, 61%)
R 193 von 255 = 76%
G 94 von 255 = 37%
B 155 von 255 = 61%
R + G + B ~ 58%. #C15E9B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 193 + 94 + 155 = 442 (100%)
R 193 von 442 ~ 43.67%
G 94 von 442 ~ 21.27%
B 155 von 442 ~ 35.07'%
Die Farbe #C15E9B wird in CMYK als (0,51,20,24) definiert.
CMYK: (0,51,20,24)
C0M51Y20K24 (0%, 51%, 20%, 24%)
(0.00 / 0.51 / 0.20 / 0.24)
Farbe #C15E9B in den populären Farbmodellen.
C1 | 5E | 9B | |
---|---|---|---|
RGB | 193 | 94 | 155 |
HSL | 323° | 44.39% | 56.27% |
HSB/HSV | 323° | 51.30% | 75.69% |
CMYK | 0.00% | 51.30% | 19.69% |
24.31% |
Die Farbe #C15E9B in den populären Zahlensystemen.
Hexadezimal | C1 | 5E | 9B |
Dezimal | 193 | 94 | 155 |
Binär | 11000001 | 1011110 | 10011011 |
Oktal | 301 | 136 | 233 |
Dunkle Töne der Farbe #C15E9B
Helle Töne der Farbe #C15E9B
Beispiele css- und html für Elemente in der Farbe #C15E9B. Bitte benutzen Sie auch rgb(193,94,155) statt hex-Code.
.myTextColor { color: #C15E9B; }
<p style="color:#C15E9B">This sample text font color is #C15E9B.</p>
Die Farbe dieses Textes ist #C15E9B.
.myBgColor { background-color: #C15E9B; }
<div style="background-color:#C15E9B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C15E9B.
.myBorderColor { border: 1px solid #C15E9B; }
<div style="border:3px solid #C15E9B">Div</div>
Die Grenzen von diesem div sind in Farbe #C15E9B.
.myOpacity80 { color: #C15E9B; opacity: 0.8; }
<p style="color:#C15E9B;opacity:0.8;">80%</p>
Text in Farbe #C15E9B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C15E9B;}
<p style="text-shadow: 3px 3px 1px #C15E9B">Text here.</p>
Dieser Text hat den Schatten in Farbe #C15E9B.
.textShadow {text-shadow: 3px 3px 1px #C15E9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C15E9B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C15E9B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C15E9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C15E9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C15E9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C15E9B;
-webkit-box-shadow: 1px 1px 3px 2px #C15E9B;
box-shadow: 1px 1px 3px 2px #C15E9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C15E9B; -webkit-box-shadow: 1px 1px 3px 2px #C15E9B; box-shadow:1px 1px 3px 2px #C15E9B;">
Div content here
</div>
Dieser Text ist in der Farbe #C15E9B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C15E9B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C15E9B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C15E9B.
Kontrastfarbe für #hex ist #3EA164.