HEX: #C377CB
RGB: (195,119,203)
#C377CB enthält hauptsächlich rote und blaue Farbe. Für #C377CB ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C377CB wird in RGB als (195,119,203) definiert.
RGB: (195,119,203) (76%,47%,80%)
R 195 von 255 = 76%
G 119 von 255 = 47%
B 203 von 255 = 80%
R + G + B ~ 68%. #C377CB ziemlich helle Farbe.
R + G + B =
195 + 119 + 203 = 517 (100%)
R 195 von 517 ~ 37.72%
G 119 von 517 ~ 23.02%
B 203 von 517 ~ 39.26%
Die Farbe #C377CB wird in CMYK als (4,41,0,20) definiert.
CMYK: (4,41,0,20) C4M41Y0K20 (4%,41%,0%,20%) (0.04/0.41/0.00/0.20)
C3 | 77 | CB | |
---|---|---|---|
RGB | 195 | 119 | 203 |
HSL | 294° | 44.68% | 63.14% |
HSB/HSV | 294° | 41.38% | 79.61% |
CMYK | 3.94% | 41.38% | 0.00% |
20.39% |
Hexadezimal | C3 | 77 | CB |
Dezimal | 195 | 119 | 203 |
Binär | 11000011 | 1110111 | 11001011 |
Oktal | 303 | 167 | 313 |
Beispiele css- und html für Elemente in der Farbe #C377CB. Bitte benutzen Sie auch rgb(195,119,203) statt hex-Code.
.myTextColor { color: #C377CB; }
<p style="color:#C377CB">This sample text font color is #C377CB.</p>
Die Farbe dieses Textes ist #C377CB.
.myBgColor { background-color: #C377CB; }
<div style="background-color:#C377CB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C377CB.
.myBorderColor { border: 1px solid #C377CB; }
<div style="border:3px solid #C377CB">Div</div>
Die Grenzen von diesem div sind in Farbe #C377CB.
.myOpacity80 { color: #C377CB; opacity: 0.8; }
<p style="color:#C377CB;opacity:0.8;">80%</p>
Text in Farbe #C377CB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C377CB;}
<p style="text-shadow: 3px 3px 1px #C377CB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C377CB.
.textShadow {text-shadow: 3px 3px 1px #C377CB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C377CB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C377CB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C377CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C377CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C377CB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C377CB; -webkit-box-shadow: 1px 1px 3px 2px #C377CB; box-shadow: 1px 1px 3px 2px #C377CB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C377CB; -webkit-box-shadow: 1px 1px 3px 2px #C377CB; box-shadow:1px 1px 3px 2px #C377CB;">
Div content here</div>
Dieser Text ist in der Farbe #C377CB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C377CB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C377CB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C377CB.