HEX: #C494CC
RGB: (196,148,204)
#C494CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C494CC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C494CC wird in RGB als (196,148,204) definiert.
RGB: (196,148,204) (77%,58%,80%)
R 196 von 255 = 77%
G 148 von 255 = 58%
B 204 von 255 = 80%
R + G + B ~ 72%. #C494CC ziemlich helle Farbe.
R + G + B =
196 + 148 + 204 = 548 (100%)
R 196 von 548 ~ 35.77%
G 148 von 548 ~ 27.01%
B 204 von 548 ~ 37.23%
Die Farbe #C494CC wird in CMYK als (4,27,0,20) definiert.
CMYK: (4,27,0,20) C4M27Y0K20 (4%,27%,0%,20%) (0.04/0.27/0.00/0.20)
C4 | 94 | CC | |
---|---|---|---|
RGB | 196 | 148 | 204 |
HSL | 291° | 35.44% | 69.02% |
HSB/HSV | 291° | 27.45% | 80.00% |
CMYK | 3.92% | 27.45% | 0.00% |
20.00% |
Hexadezimal | C4 | 94 | CC |
Dezimal | 196 | 148 | 204 |
Binär | 11000100 | 10010100 | 11001100 |
Oktal | 304 | 224 | 314 |
Beispiele css- und html für Elemente in der Farbe #C494CC. Bitte benutzen Sie auch rgb(196,148,204) statt hex-Code.
.myTextColor { color: #C494CC; }
<p style="color:#C494CC">This sample text font color is #C494CC.</p>
Die Farbe dieses Textes ist #C494CC.
.myBgColor { background-color: #C494CC; }
<div style="background-color:#C494CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C494CC.
.myBorderColor { border: 1px solid #C494CC; }
<div style="border:3px solid #C494CC">Div</div>
Die Grenzen von diesem div sind in Farbe #C494CC.
.myOpacity80 { color: #C494CC; opacity: 0.8; }
<p style="color:#C494CC;opacity:0.8;">80%</p>
Text in Farbe #C494CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C494CC;}
<p style="text-shadow: 3px 3px 1px #C494CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C494CC.
.textShadow {text-shadow: 3px 3px 1px #C494CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C494CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C494CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C494CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C494CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C494CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C494CC; -webkit-box-shadow: 1px 1px 3px 2px #C494CC; box-shadow: 1px 1px 3px 2px #C494CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C494CC; -webkit-box-shadow: 1px 1px 3px 2px #C494CC; box-shadow:1px 1px 3px 2px #C494CC;">
Div content here</div>
Dieser Text ist in der Farbe #C494CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C494CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C494CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C494CC.