HEX: #C480E5
RGB: (196,128,229)
#C480E5 enthält hauptsächlich rote und blaue Farbe. Für #C480E5 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C480E5 wird in RGB als (196,128,229) definiert.
RGB: (196,128,229) (77%,50%,90%)
R 196 von 255 = 77%
G 128 von 255 = 50%
B 229 von 255 = 90%
R + G + B ~ 72%. #C480E5 ziemlich helle Farbe.
R + G + B =
196 + 128 + 229 = 553 (100%)
R 196 von 553 ~ 35.44%
G 128 von 553 ~ 23.15%
B 229 von 553 ~ 41.41%
Die Farbe #C480E5 wird in CMYK als (14,44,0,10) definiert.
CMYK: (14,44,0,10) C14M44Y0K10 (14%,44%,0%,10%) (0.14/0.44/0.00/0.10)
C4 | 80 | E5 | |
---|---|---|---|
RGB | 196 | 128 | 229 |
HSL | 280° | 66.01% | 70.00% |
HSB/HSV | 280° | 44.10% | 89.80% |
CMYK | 14.41% | 44.10% | 0.00% |
10.20% |
Hexadezimal | C4 | 80 | E5 |
Dezimal | 196 | 128 | 229 |
Binär | 11000100 | 10000000 | 11100101 |
Oktal | 304 | 200 | 345 |
Beispiele css- und html für Elemente in der Farbe #C480E5. Bitte benutzen Sie auch rgb(196,128,229) statt hex-Code.
.myTextColor { color: #C480E5; }
<p style="color:#C480E5">This sample text font color is #C480E5.</p>
Die Farbe dieses Textes ist #C480E5.
.myBgColor { background-color: #C480E5; }
<div style="background-color:#C480E5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C480E5.
.myBorderColor { border: 1px solid #C480E5; }
<div style="border:3px solid #C480E5">Div</div>
Die Grenzen von diesem div sind in Farbe #C480E5.
.myOpacity80 { color: #C480E5; opacity: 0.8; }
<p style="color:#C480E5;opacity:0.8;">80%</p>
Text in Farbe #C480E5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C480E5;}
<p style="text-shadow: 3px 3px 1px #C480E5">Text here.</p>
Dieser Text hat den Schatten in Farbe #C480E5.
.textShadow {text-shadow: 3px 3px 1px #C480E5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C480E5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C480E5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C480E5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C480E5, Direction=45, Strength=4)">Text</p>
This text has shadow with #C480E5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C480E5; -webkit-box-shadow: 1px 1px 3px 2px #C480E5; box-shadow: 1px 1px 3px 2px #C480E5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C480E5; -webkit-box-shadow: 1px 1px 3px 2px #C480E5; box-shadow:1px 1px 3px 2px #C480E5;">
Div content here</div>
Dieser Text ist in der Farbe #C480E5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C480E5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C480E5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C480E5.