HEX: #C65380
RGB: (198,83,128)
#C65380 enthält hauptsächlich rote Farbe. Für #C65380 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C65380 wird in RGB als (198,83,128) definiert.
RGB: (198,83,128)
(78%, 33%, 50%)
R 198 von 255 = 78%
G 83 von 255 = 33%
B 128 von 255 = 50%
R + G + B ~ 54%. #C65380 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 198 + 83 + 128 = 409 (100%)
R 198 von 409 ~ 48.41%
G 83 von 409 ~ 20.29%
B 128 von 409 ~ 31.3'%
Die Farbe #C65380 wird in CMYK als (0,58,35,22) definiert.
CMYK: (0,58,35,22)
C0M58Y35K22 (0%, 58%, 35%, 22%)
(0.00 / 0.58 / 0.35 / 0.22)
Farbe #C65380 in den populären Farbmodellen.
C6 | 53 | 80 | |
---|---|---|---|
RGB | 198 | 83 | 128 |
HSL | 337° | 50.22% | 55.10% |
HSB/HSV | 337° | 58.08% | 77.65% |
CMYK | 0.00% | 58.08% | 35.35% |
22.35% |
Die Farbe #C65380 in den populären Zahlensystemen.
Hexadezimal | C6 | 53 | 80 |
Dezimal | 198 | 83 | 128 |
Binär | 11000110 | 1010011 | 10000000 |
Oktal | 306 | 123 | 200 |
Dunkle Töne der Farbe #C65380
Helle Töne der Farbe #C65380
Beispiele css- und html für Elemente in der Farbe #C65380. Bitte benutzen Sie auch rgb(198,83,128) statt hex-Code.
.myTextColor { color: #C65380; }
<p style="color:#C65380">This sample text font color is #C65380.</p>
Die Farbe dieses Textes ist #C65380.
.myBgColor { background-color: #C65380; }
<div style="background-color:#C65380">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C65380.
.myBorderColor { border: 1px solid #C65380; }
<div style="border:3px solid #C65380">Div</div>
Die Grenzen von diesem div sind in Farbe #C65380.
.myOpacity80 { color: #C65380; opacity: 0.8; }
<p style="color:#C65380;opacity:0.8;">80%</p>
Text in Farbe #C65380 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C65380;}
<p style="text-shadow: 3px 3px 1px #C65380">Text here.</p>
Dieser Text hat den Schatten in Farbe #C65380.
.textShadow {text-shadow: 3px 3px 1px #C65380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C65380, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C65380 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C65380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C65380, Direction=45, Strength=4)">Text</p>
This text has shadow with #C65380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C65380;
-webkit-box-shadow: 1px 1px 3px 2px #C65380;
box-shadow: 1px 1px 3px 2px #C65380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C65380; -webkit-box-shadow: 1px 1px 3px 2px #C65380; box-shadow:1px 1px 3px 2px #C65380;">
Div content here
</div>
Dieser Text ist in der Farbe #C65380 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C65380 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C65380.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C65380.
Kontrastfarbe für #hex ist #39AC7F.