HEX: #804477
RGB: (128,68,119)
#804477 enthält hauptsächlich rote und blaue Farbe. Für #804477 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #804477 wird in RGB als (128,68,119) definiert.
RGB: (128,68,119) (50%,27%,47%)
R 128 von 255 = 50%
G 68 von 255 = 27%
B 119 von 255 = 47%
R + G + B ~ 41%. #804477 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
128 + 68 + 119 = 315 (100%)
R 128 von 315 ~ 40.63%
G 68 von 315 ~ 21.59%
B 119 von 315 ~ 37.78%
Die Farbe #804477 wird in CMYK als (0,47,7,50) definiert.
CMYK: (0,47,7,50) C0M47Y7K50 (0%,47%,7%,50%) (0.00/0.47/0.07/0.50)
80 | 44 | 77 | |
---|---|---|---|
RGB | 128 | 68 | 119 |
HSL | 309° | 30.61% | 38.43% |
HSB/HSV | 309° | 46.88% | 50.20% |
CMYK | 0.00% | 46.88% | 7.03% |
49.80% |
Hexadezimal | 80 | 44 | 77 |
Dezimal | 128 | 68 | 119 |
Binär | 10000000 | 1000100 | 1110111 |
Oktal | 200 | 104 | 167 |
Beispiele css- und html für Elemente in der Farbe #804477. Bitte benutzen Sie auch rgb(128,68,119) statt hex-Code.
.myTextColor { color: #804477; }
<p style="color:#804477">This sample text font color is #804477.</p>
Die Farbe dieses Textes ist #804477.
.myBgColor { background-color: #804477; }
<div style="background-color:#804477">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #804477.
.myBorderColor { border: 1px solid #804477; }
<div style="border:3px solid #804477">Div</div>
Die Grenzen von diesem div sind in Farbe #804477.
.myOpacity80 { color: #804477; opacity: 0.8; }
<p style="color:#804477;opacity:0.8;">80%</p>
Text in Farbe #804477 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #804477;}
<p style="text-shadow: 3px 3px 1px #804477">Text here.</p>
Dieser Text hat den Schatten in Farbe #804477.
.textShadow {text-shadow: 3px 3px 1px #804477, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #804477, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #804477 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#804477, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#804477, Direction=45, Strength=4)">Text</p>
This text has shadow with #804477 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #804477; -webkit-box-shadow: 1px 1px 3px 2px #804477; box-shadow: 1px 1px 3px 2px #804477; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #804477; -webkit-box-shadow: 1px 1px 3px 2px #804477; box-shadow:1px 1px 3px 2px #804477;">
Div content here</div>
Dieser Text ist in der Farbe #804477 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #804477 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #804477.
Dieser Text ist weiß auf dem Hintergrund in Farbe #804477.