HEX: #590147
RGB: (89,1,71)
#590147 enthält hauptsächlich rote und blaue Farbe. Für #590147 ist eine «websichere» Webfarbe #660033 (oder kurz #603).
Die Farbe #590147 wird in RGB als (89,1,71) definiert.
RGB: (89,1,71) (35%,0%,28%)
R 89 von 255 = 35%
G 1 von 255 = 0%
B 71 von 255 = 28%
R + G + B ~ 21%. #590147 dunkle Farbe.
R + G + B =
89 + 1 + 71 = 161 (100%)
R 89 von 161 ~ 55.28%
G 1 von 161 ~ 0.62%
B 71 von 161 ~ 44.1%
Die Farbe #590147 wird in CMYK als (0,99,20,65) definiert.
CMYK: (0,99,20,65) C0M99Y20K65 (0%,99%,20%,65%) (0.00/0.99/0.20/0.65)
59 | 01 | 47 | |
---|---|---|---|
RGB | 89 | 1 | 71 |
HSL | 312° | 97.78% | 17.65% |
HSB/HSV | 312° | 98.88% | 34.90% |
CMYK | 0.00% | 98.88% | 20.22% |
65.10% |
Hexadezimal | 59 | 01 | 47 |
Dezimal | 89 | 1 | 71 |
Binär | 1011001 | 1 | 1000111 |
Oktal | 131 | 1 | 107 |
Beispiele css- und html für Elemente in der Farbe #590147. Bitte benutzen Sie auch rgb(89,1,71) statt hex-Code.
.myTextColor { color: #590147; }
<p style="color:#590147">This sample text font color is #590147.</p>
Die Farbe dieses Textes ist #590147.
.myBgColor { background-color: #590147; }
<div style="background-color:#590147">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #590147.
.myBorderColor { border: 1px solid #590147; }
<div style="border:3px solid #590147">Div</div>
Die Grenzen von diesem div sind in Farbe #590147.
.myOpacity80 { color: #590147; opacity: 0.8; }
<p style="color:#590147;opacity:0.8;">80%</p>
Text in Farbe #590147 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590147;}
<p style="text-shadow: 3px 3px 1px #590147">Text here.</p>
Dieser Text hat den Schatten in Farbe #590147.
.textShadow {text-shadow: 3px 3px 1px #590147, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590147, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #590147 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590147, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590147, Direction=45, Strength=4)">Text</p>
This text has shadow with #590147 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #590147; -webkit-box-shadow: 1px 1px 3px 2px #590147; box-shadow: 1px 1px 3px 2px #590147; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #590147; -webkit-box-shadow: 1px 1px 3px 2px #590147; box-shadow:1px 1px 3px 2px #590147;">
Div content here</div>
Dieser Text ist in der Farbe #590147 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #590147 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #590147.
Dieser Text ist weiß auf dem Hintergrund in Farbe #590147.