HEX: #C77BDA
RGB: (199,123,218)
#C77BDA enthält hauptsächlich rote und blaue Farbe. Für #C77BDA ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C77BDA wird in RGB als (199,123,218) definiert.
RGB: (199,123,218) (78%,48%,85%)
R 199 von 255 = 78%
G 123 von 255 = 48%
B 218 von 255 = 85%
R + G + B ~ 70%. #C77BDA ziemlich helle Farbe.
R + G + B =
199 + 123 + 218 = 540 (100%)
R 199 von 540 ~ 36.85%
G 123 von 540 ~ 22.78%
B 218 von 540 ~ 40.37%
Die Farbe #C77BDA wird in CMYK als (9,44,0,15) definiert.
CMYK: (9,44,0,15) C9M44Y0K15 (9%,44%,0%,15%) (0.09/0.44/0.00/0.15)
C7 | 7B | DA | |
---|---|---|---|
RGB | 199 | 123 | 218 |
HSL | 288° | 56.21% | 66.86% |
HSB/HSV | 288° | 43.58% | 85.49% |
CMYK | 8.72% | 43.58% | 0.00% |
14.51% |
Hexadezimal | C7 | 7B | DA |
Dezimal | 199 | 123 | 218 |
Binär | 11000111 | 1111011 | 11011010 |
Oktal | 307 | 173 | 332 |
Beispiele css- und html für Elemente in der Farbe #C77BDA. Bitte benutzen Sie auch rgb(199,123,218) statt hex-Code.
.myTextColor { color: #C77BDA; }
<p style="color:#C77BDA">This sample text font color is #C77BDA.</p>
Die Farbe dieses Textes ist #C77BDA.
.myBgColor { background-color: #C77BDA; }
<div style="background-color:#C77BDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C77BDA.
.myBorderColor { border: 1px solid #C77BDA; }
<div style="border:3px solid #C77BDA">Div</div>
Die Grenzen von diesem div sind in Farbe #C77BDA.
.myOpacity80 { color: #C77BDA; opacity: 0.8; }
<p style="color:#C77BDA;opacity:0.8;">80%</p>
Text in Farbe #C77BDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77BDA;}
<p style="text-shadow: 3px 3px 1px #C77BDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C77BDA.
.textShadow {text-shadow: 3px 3px 1px #C77BDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77BDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C77BDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77BDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77BDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77BDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C77BDA; -webkit-box-shadow: 1px 1px 3px 2px #C77BDA; box-shadow: 1px 1px 3px 2px #C77BDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C77BDA; -webkit-box-shadow: 1px 1px 3px 2px #C77BDA; box-shadow:1px 1px 3px 2px #C77BDA;">
Div content here</div>
Dieser Text ist in der Farbe #C77BDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C77BDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C77BDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C77BDA.