HEX: #C55E88
RGB: (197,94,136)
#C55E88 enthält hauptsächlich rote Farbe. Für #C55E88 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #C55E88 wird in RGB als (197,94,136) definiert.
RGB: (197,94,136) (77%,37%,53%)
R 197 von 255 = 77%
G 94 von 255 = 37%
B 136 von 255 = 53%
R + G + B ~ 56%. #C55E88 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
197 + 94 + 136 = 427 (100%)
R 197 von 427 ~ 46.14%
G 94 von 427 ~ 22.01%
B 136 von 427 ~ 31.85%
Die Farbe #C55E88 wird in CMYK als (0,52,31,23) definiert.
CMYK: (0,52,31,23) C0M52Y31K23 (0%,52%,31%,23%) (0.00/0.52/0.31/0.23)
C5 | 5E | 88 | |
---|---|---|---|
RGB | 197 | 94 | 136 |
HSL | 336° | 47.03% | 57.06% |
HSB/HSV | 336° | 52.28% | 77.25% |
CMYK | 0.00% | 52.28% | 30.96% |
22.75% |
Hexadezimal | C5 | 5E | 88 |
Dezimal | 197 | 94 | 136 |
Binär | 11000101 | 1011110 | 10001000 |
Oktal | 305 | 136 | 210 |
Beispiele css- und html für Elemente in der Farbe #C55E88. Bitte benutzen Sie auch rgb(197,94,136) statt hex-Code.
.myTextColor { color: #C55E88; }
<p style="color:#C55E88">This sample text font color is #C55E88.</p>
Die Farbe dieses Textes ist #C55E88.
.myBgColor { background-color: #C55E88; }
<div style="background-color:#C55E88">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C55E88.
.myBorderColor { border: 1px solid #C55E88; }
<div style="border:3px solid #C55E88">Div</div>
Die Grenzen von diesem div sind in Farbe #C55E88.
.myOpacity80 { color: #C55E88; opacity: 0.8; }
<p style="color:#C55E88;opacity:0.8;">80%</p>
Text in Farbe #C55E88 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C55E88;}
<p style="text-shadow: 3px 3px 1px #C55E88">Text here.</p>
Dieser Text hat den Schatten in Farbe #C55E88.
.textShadow {text-shadow: 3px 3px 1px #C55E88, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C55E88, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C55E88 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C55E88, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C55E88, Direction=45, Strength=4)">Text</p>
This text has shadow with #C55E88 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C55E88; -webkit-box-shadow: 1px 1px 3px 2px #C55E88; box-shadow: 1px 1px 3px 2px #C55E88; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C55E88; -webkit-box-shadow: 1px 1px 3px 2px #C55E88; box-shadow:1px 1px 3px 2px #C55E88;">
Div content here</div>
Dieser Text ist in der Farbe #C55E88 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C55E88 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C55E88.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C55E88.