HEX: #C476BA
RGB: (196,118,186)
#C476BA enthält hauptsächlich rote und blaue Farbe. Für #C476BA ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C476BA wird in RGB als (196,118,186) definiert.
RGB: (196,118,186) (77%,46%,73%)
R 196 von 255 = 77%
G 118 von 255 = 46%
B 186 von 255 = 73%
R + G + B ~ 65%. #C476BA ziemlich helle Farbe.
R + G + B =
196 + 118 + 186 = 500 (100%)
R 196 von 500 ~ 39.2%
G 118 von 500 ~ 23.6%
B 186 von 500 ~ 37.2%
Die Farbe #C476BA wird in CMYK als (0,40,5,23) definiert.
CMYK: (0,40,5,23) C0M40Y5K23 (0%,40%,5%,23%) (0.00/0.40/0.05/0.23)
C4 | 76 | BA | |
---|---|---|---|
RGB | 196 | 118 | 186 |
HSL | 308° | 39.80% | 61.57% |
HSB/HSV | 308° | 39.80% | 76.86% |
CMYK | 0.00% | 39.80% | 5.10% |
23.14% |
Hexadezimal | C4 | 76 | BA |
Dezimal | 196 | 118 | 186 |
Binär | 11000100 | 1110110 | 10111010 |
Oktal | 304 | 166 | 272 |
Beispiele css- und html für Elemente in der Farbe #C476BA. Bitte benutzen Sie auch rgb(196,118,186) statt hex-Code.
.myTextColor { color: #C476BA; }
<p style="color:#C476BA">This sample text font color is #C476BA.</p>
Die Farbe dieses Textes ist #C476BA.
.myBgColor { background-color: #C476BA; }
<div style="background-color:#C476BA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C476BA.
.myBorderColor { border: 1px solid #C476BA; }
<div style="border:3px solid #C476BA">Div</div>
Die Grenzen von diesem div sind in Farbe #C476BA.
.myOpacity80 { color: #C476BA; opacity: 0.8; }
<p style="color:#C476BA;opacity:0.8;">80%</p>
Text in Farbe #C476BA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C476BA;}
<p style="text-shadow: 3px 3px 1px #C476BA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C476BA.
.textShadow {text-shadow: 3px 3px 1px #C476BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C476BA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C476BA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C476BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C476BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C476BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C476BA; -webkit-box-shadow: 1px 1px 3px 2px #C476BA; box-shadow: 1px 1px 3px 2px #C476BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C476BA; -webkit-box-shadow: 1px 1px 3px 2px #C476BA; box-shadow:1px 1px 3px 2px #C476BA;">
Div content here</div>
Dieser Text ist in der Farbe #C476BA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C476BA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C476BA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C476BA.