HEX: #C593BE
RGB: (197,147,190)
#C593BE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C593BE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C593BE wird in RGB als (197,147,190) definiert.
RGB: (197,147,190)
(77%, 58%, 75%)
R 197 von 255 = 77%
G 147 von 255 = 58%
B 190 von 255 = 75%
R + G + B ~ 70%. #C593BE ziemlich helle Farbe.
R + G + B = 197 + 147 + 190 = 534 (100%)
R 197 von 534 ~ 36.89%
G 147 von 534 ~ 27.53%
B 190 von 534 ~ 35.58'%
Die Farbe #C593BE wird in CMYK als (0,25,4,23) definiert.
CMYK: (0,25,4,23) C0M25Y4K23 (0%,25%,4%,23%) (0.00/0.25/0.04/0.23)
Farbe #C593BE in den populären Farbmodellen.
C5 | 93 | BE | |
---|---|---|---|
RGB | 197 | 147 | 190 |
HSL | 308° | 30.12% | 67.45% |
HSB/HSV | 308° | 25.38% | 77.25% |
CMYK | 0.00% | 25.38% | 3.55% |
22.75% |
Die Farbe #C593BE in den populären Zahlensystemen.
Hexadezimal | C5 | 93 | BE |
Dezimal | 197 | 147 | 190 |
Binär | 11000101 | 10010011 | 10111110 |
Oktal | 305 | 223 | 276 |
Dunkle Töne der Farbe #C593BE
Helle Töne der Farbe #C593BE
Beispiele css- und html für Elemente in der Farbe #C593BE. Bitte benutzen Sie auch rgb(197,147,190) statt hex-Code.
.myTextColor { color: #C593BE; }
<p style="color:#C593BE">This sample text font color is #C593BE.</p>
Die Farbe dieses Textes ist #C593BE.
.myBgColor { background-color: #C593BE; }
<div style="background-color:#C593BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C593BE.
.myBorderColor { border: 1px solid #C593BE; }
<div style="border:3px solid #C593BE">Div</div>
Die Grenzen von diesem div sind in Farbe #C593BE.
.myOpacity80 { color: #C593BE; opacity: 0.8; }
<p style="color:#C593BE;opacity:0.8;">80%</p>
Text in Farbe #C593BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C593BE;}
<p style="text-shadow: 3px 3px 1px #C593BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C593BE.
.textShadow {text-shadow: 3px 3px 1px #C593BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C593BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C593BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C593BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C593BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C593BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C593BE;
-webkit-box-shadow: 1px 1px 3px 2px #C593BE;
box-shadow: 1px 1px 3px 2px #C593BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C593BE; -webkit-box-shadow: 1px 1px 3px 2px #C593BE; box-shadow:1px 1px 3px 2px #C593BE;">
Div content here
</div>
Dieser Text ist in der Farbe #C593BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C593BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C593BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C593BE.
Kontrastfarbe für #hex ist #3A6C41.