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