HEX: #C77AE1
RGB: (199,122,225)
#C77AE1 enthält hauptsächlich rote und blaue Farbe. Für #C77AE1 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C77AE1 wird in RGB als (199,122,225) definiert.
RGB: (199,122,225) (78%,48%,88%)
R 199 von 255 = 78%
G 122 von 255 = 48%
B 225 von 255 = 88%
R + G + B ~ 71%. #C77AE1 ziemlich helle Farbe.
R + G + B =
199 + 122 + 225 = 546 (100%)
R 199 von 546 ~ 36.45%
G 122 von 546 ~ 22.34%
B 225 von 546 ~ 41.21%
Die Farbe #C77AE1 wird in CMYK als (12,46,0,12) definiert.
CMYK: (12,46,0,12) C12M46Y0K12 (12%,46%,0%,12%) (0.12/0.46/0.00/0.12)
C7 | 7A | E1 | |
---|---|---|---|
RGB | 199 | 122 | 225 |
HSL | 285° | 63.19% | 68.04% |
HSB/HSV | 285° | 45.78% | 88.24% |
CMYK | 11.56% | 45.78% | 0.00% |
11.76% |
Hexadezimal | C7 | 7A | E1 |
Dezimal | 199 | 122 | 225 |
Binär | 11000111 | 1111010 | 11100001 |
Oktal | 307 | 172 | 341 |
Beispiele css- und html für Elemente in der Farbe #C77AE1. Bitte benutzen Sie auch rgb(199,122,225) statt hex-Code.
.myTextColor { color: #C77AE1; }
<p style="color:#C77AE1">This sample text font color is #C77AE1.</p>
Die Farbe dieses Textes ist #C77AE1.
.myBgColor { background-color: #C77AE1; }
<div style="background-color:#C77AE1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C77AE1.
.myBorderColor { border: 1px solid #C77AE1; }
<div style="border:3px solid #C77AE1">Div</div>
Die Grenzen von diesem div sind in Farbe #C77AE1.
.myOpacity80 { color: #C77AE1; opacity: 0.8; }
<p style="color:#C77AE1;opacity:0.8;">80%</p>
Text in Farbe #C77AE1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77AE1;}
<p style="text-shadow: 3px 3px 1px #C77AE1">Text here.</p>
Dieser Text hat den Schatten in Farbe #C77AE1.
.textShadow {text-shadow: 3px 3px 1px #C77AE1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77AE1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C77AE1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77AE1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77AE1, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77AE1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C77AE1; -webkit-box-shadow: 1px 1px 3px 2px #C77AE1; box-shadow: 1px 1px 3px 2px #C77AE1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C77AE1; -webkit-box-shadow: 1px 1px 3px 2px #C77AE1; box-shadow:1px 1px 3px 2px #C77AE1;">
Div content here</div>
Dieser Text ist in der Farbe #C77AE1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C77AE1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C77AE1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C77AE1.