HEX: #C63982
RGB: (198,57,130)
#C63982 enthält hauptsächlich rote Farbe. Für #C63982 ist eine «websichere» Webfarbe #CC3399 (oder kurz #C39).
Die Farbe #C63982 wird in RGB als (198,57,130) definiert.
RGB: (198,57,130) (78%,22%,51%)
R 198 von 255 = 78%
G 57 von 255 = 22%
B 130 von 255 = 51%
R + G + B ~ 50%. #C63982 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
198 + 57 + 130 = 385 (100%)
R 198 von 385 ~ 51.43%
G 57 von 385 ~ 14.81%
B 130 von 385 ~ 33.77%
Die Farbe #C63982 wird in CMYK als (0,71,34,22) definiert.
CMYK: (0,71,34,22) C0M71Y34K22 (0%,71%,34%,22%) (0.00/0.71/0.34/0.22)
C6 | 39 | 82 | |
---|---|---|---|
RGB | 198 | 57 | 130 |
HSL | 329° | 55.29% | 50.00% |
HSB/HSV | 329° | 71.21% | 77.65% |
CMYK | 0.00% | 71.21% | 34.34% |
22.35% |
Hexadezimal | C6 | 39 | 82 |
Dezimal | 198 | 57 | 130 |
Binär | 11000110 | 111001 | 10000010 |
Oktal | 306 | 71 | 202 |
Beispiele css- und html für Elemente in der Farbe #C63982. Bitte benutzen Sie auch rgb(198,57,130) statt hex-Code.
.myTextColor { color: #C63982; }
<p style="color:#C63982">This sample text font color is #C63982.</p>
Die Farbe dieses Textes ist #C63982.
.myBgColor { background-color: #C63982; }
<div style="background-color:#C63982">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C63982.
.myBorderColor { border: 1px solid #C63982; }
<div style="border:3px solid #C63982">Div</div>
Die Grenzen von diesem div sind in Farbe #C63982.
.myOpacity80 { color: #C63982; opacity: 0.8; }
<p style="color:#C63982;opacity:0.8;">80%</p>
Text in Farbe #C63982 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C63982;}
<p style="text-shadow: 3px 3px 1px #C63982">Text here.</p>
Dieser Text hat den Schatten in Farbe #C63982.
.textShadow {text-shadow: 3px 3px 1px #C63982, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C63982, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C63982 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C63982, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C63982, Direction=45, Strength=4)">Text</p>
This text has shadow with #C63982 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C63982; -webkit-box-shadow: 1px 1px 3px 2px #C63982; box-shadow: 1px 1px 3px 2px #C63982; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C63982; -webkit-box-shadow: 1px 1px 3px 2px #C63982; box-shadow:1px 1px 3px 2px #C63982;">
Div content here</div>
Dieser Text ist in der Farbe #C63982 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C63982 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C63982.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C63982.