HEX: #C7347C
RGB: (199,52,124)
#C7347C enthält hauptsächlich rote Farbe. Für #C7347C ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #C7347C wird in RGB als (199,52,124) definiert.
RGB: (199,52,124) (78%,20%,49%)
R 199 von 255 = 78%
G 52 von 255 = 20%
B 124 von 255 = 49%
R + G + B ~ 49%. #C7347C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
199 + 52 + 124 = 375 (100%)
R 199 von 375 ~ 53.07%
G 52 von 375 ~ 13.87%
B 124 von 375 ~ 33.07%
Die Farbe #C7347C wird in CMYK als (0,74,38,22) definiert.
CMYK: (0,74,38,22) C0M74Y38K22 (0%,74%,38%,22%) (0.00/0.74/0.38/0.22)
C7 | 34 | 7C | |
---|---|---|---|
RGB | 199 | 52 | 124 |
HSL | 331° | 58.57% | 49.22% |
HSB/HSV | 331° | 73.87% | 78.04% |
CMYK | 0.00% | 73.87% | 37.69% |
21.96% |
Hexadezimal | C7 | 34 | 7C |
Dezimal | 199 | 52 | 124 |
Binär | 11000111 | 110100 | 1111100 |
Oktal | 307 | 64 | 174 |
Beispiele css- und html für Elemente in der Farbe #C7347C. Bitte benutzen Sie auch rgb(199,52,124) statt hex-Code.
.myTextColor { color: #C7347C; }
<p style="color:#C7347C">This sample text font color is #C7347C.</p>
Die Farbe dieses Textes ist #C7347C.
.myBgColor { background-color: #C7347C; }
<div style="background-color:#C7347C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C7347C.
.myBorderColor { border: 1px solid #C7347C; }
<div style="border:3px solid #C7347C">Div</div>
Die Grenzen von diesem div sind in Farbe #C7347C.
.myOpacity80 { color: #C7347C; opacity: 0.8; }
<p style="color:#C7347C;opacity:0.8;">80%</p>
Text in Farbe #C7347C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7347C;}
<p style="text-shadow: 3px 3px 1px #C7347C">Text here.</p>
Dieser Text hat den Schatten in Farbe #C7347C.
.textShadow {text-shadow: 3px 3px 1px #C7347C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7347C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C7347C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7347C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7347C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7347C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C7347C; -webkit-box-shadow: 1px 1px 3px 2px #C7347C; box-shadow: 1px 1px 3px 2px #C7347C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C7347C; -webkit-box-shadow: 1px 1px 3px 2px #C7347C; box-shadow:1px 1px 3px 2px #C7347C;">
Div content here</div>
Dieser Text ist in der Farbe #C7347C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C7347C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C7347C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C7347C.