HEX: #C77EB4
RGB: (199,126,180)
#C77EB4 enthält hauptsächlich rote und blaue Farbe. Für #C77EB4 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C77EB4 wird in RGB als (199,126,180) definiert.
RGB: (199,126,180) (78%,49%,71%)
R 199 von 255 = 78%
G 126 von 255 = 49%
B 180 von 255 = 71%
R + G + B ~ 66%. #C77EB4 ziemlich helle Farbe.
R + G + B =
199 + 126 + 180 = 505 (100%)
R 199 von 505 ~ 39.41%
G 126 von 505 ~ 24.95%
B 180 von 505 ~ 35.64%
Die Farbe #C77EB4 wird in CMYK als (0,37,10,22) definiert.
CMYK: (0,37,10,22) C0M37Y10K22 (0%,37%,10%,22%) (0.00/0.37/0.10/0.22)
C7 | 7E | B4 | |
---|---|---|---|
RGB | 199 | 126 | 180 |
HSL | 316° | 39.46% | 63.73% |
HSB/HSV | 316° | 36.68% | 78.04% |
CMYK | 0.00% | 36.68% | 9.55% |
21.96% |
Hexadezimal | C7 | 7E | B4 |
Dezimal | 199 | 126 | 180 |
Binär | 11000111 | 1111110 | 10110100 |
Oktal | 307 | 176 | 264 |
Beispiele css- und html für Elemente in der Farbe #C77EB4. Bitte benutzen Sie auch rgb(199,126,180) statt hex-Code.
.myTextColor { color: #C77EB4; }
<p style="color:#C77EB4">This sample text font color is #C77EB4.</p>
Die Farbe dieses Textes ist #C77EB4.
.myBgColor { background-color: #C77EB4; }
<div style="background-color:#C77EB4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C77EB4.
.myBorderColor { border: 1px solid #C77EB4; }
<div style="border:3px solid #C77EB4">Div</div>
Die Grenzen von diesem div sind in Farbe #C77EB4.
.myOpacity80 { color: #C77EB4; opacity: 0.8; }
<p style="color:#C77EB4;opacity:0.8;">80%</p>
Text in Farbe #C77EB4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77EB4;}
<p style="text-shadow: 3px 3px 1px #C77EB4">Text here.</p>
Dieser Text hat den Schatten in Farbe #C77EB4.
.textShadow {text-shadow: 3px 3px 1px #C77EB4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77EB4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C77EB4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77EB4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77EB4, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77EB4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C77EB4; -webkit-box-shadow: 1px 1px 3px 2px #C77EB4; box-shadow: 1px 1px 3px 2px #C77EB4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C77EB4; -webkit-box-shadow: 1px 1px 3px 2px #C77EB4; box-shadow:1px 1px 3px 2px #C77EB4;">
Div content here</div>
Dieser Text ist in der Farbe #C77EB4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C77EB4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C77EB4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C77EB4.