HEX: #C75388
RGB: (199,83,136)
#C75388 enthält hauptsächlich rote Farbe. Für #C75388 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C75388 wird in RGB als (199,83,136) definiert.
RGB: (199,83,136) (78%,33%,53%)
R 199 von 255 = 78%
G 83 von 255 = 33%
B 136 von 255 = 53%
R + G + B ~ 55%. #C75388 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
199 + 83 + 136 = 418 (100%)
R 199 von 418 ~ 47.61%
G 83 von 418 ~ 19.86%
B 136 von 418 ~ 32.54%
Die Farbe #C75388 wird in CMYK als (0,58,32,22) definiert.
CMYK: (0,58,32,22) C0M58Y32K22 (0%,58%,32%,22%) (0.00/0.58/0.32/0.22)
C7 | 53 | 88 | |
---|---|---|---|
RGB | 199 | 83 | 136 |
HSL | 333° | 50.88% | 55.29% |
HSB/HSV | 333° | 58.29% | 78.04% |
CMYK | 0.00% | 58.29% | 31.66% |
21.96% |
Hexadezimal | C7 | 53 | 88 |
Dezimal | 199 | 83 | 136 |
Binär | 11000111 | 1010011 | 10001000 |
Oktal | 307 | 123 | 210 |
Beispiele css- und html für Elemente in der Farbe #C75388. Bitte benutzen Sie auch rgb(199,83,136) statt hex-Code.
.myTextColor { color: #C75388; }
<p style="color:#C75388">This sample text font color is #C75388.</p>
Die Farbe dieses Textes ist #C75388.
.myBgColor { background-color: #C75388; }
<div style="background-color:#C75388">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C75388.
.myBorderColor { border: 1px solid #C75388; }
<div style="border:3px solid #C75388">Div</div>
Die Grenzen von diesem div sind in Farbe #C75388.
.myOpacity80 { color: #C75388; opacity: 0.8; }
<p style="color:#C75388;opacity:0.8;">80%</p>
Text in Farbe #C75388 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C75388;}
<p style="text-shadow: 3px 3px 1px #C75388">Text here.</p>
Dieser Text hat den Schatten in Farbe #C75388.
.textShadow {text-shadow: 3px 3px 1px #C75388, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C75388, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C75388 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C75388, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C75388, Direction=45, Strength=4)">Text</p>
This text has shadow with #C75388 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C75388; -webkit-box-shadow: 1px 1px 3px 2px #C75388; box-shadow: 1px 1px 3px 2px #C75388; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C75388; -webkit-box-shadow: 1px 1px 3px 2px #C75388; box-shadow:1px 1px 3px 2px #C75388;">
Div content here</div>
Dieser Text ist in der Farbe #C75388 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C75388 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C75388.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C75388.