HEX: #584588
RGB: (88,69,136)
#584588 enthält hauptsächlich rote und blaue Farbe. Für #584588 ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #584588 wird in RGB als (88,69,136) definiert.
RGB: (88,69,136)
(35%, 27%, 53%)
R 88 von 255 = 35%
G 69 von 255 = 27%
B 136 von 255 = 53%
R + G + B ~ 38%. #584588 ziemlich dunkle Farbe.
R + G + B = 88 + 69 + 136 = 293 (100%)
R 88 von 293 ~ 30.03%
G 69 von 293 ~ 23.55%
B 136 von 293 ~ 46.42'%
Die Farbe #584588 wird in CMYK als (35,49,0,47) definiert.
CMYK: (35,49,0,47)
C35M49Y0K47 (35%, 49%, 0%, 47%)
(0.35 / 0.49 / 0.00 / 0.47)
Farbe #584588 in den populären Farbmodellen.
58 | 45 | 88 | |
---|---|---|---|
RGB | 88 | 69 | 136 |
HSL | 257° | 32.68% | 40.20% |
HSB/HSV | 257° | 49.26% | 53.33% |
CMYK | 35.29% | 49.26% | 0.00% |
46.67% |
Die Farbe #584588 in den populären Zahlensystemen.
Hexadezimal | 58 | 45 | 88 |
Dezimal | 88 | 69 | 136 |
Binär | 1011000 | 1000101 | 10001000 |
Oktal | 130 | 105 | 210 |
Dunkle Töne der Farbe #584588
Helle Töne der Farbe #584588
Beispiele css- und html für Elemente in der Farbe #584588. Bitte benutzen Sie auch rgb(88,69,136) statt hex-Code.
.myTextColor { color: #584588; }
<p style="color:#584588">This sample text font color is #584588.</p>
Die Farbe dieses Textes ist #584588.
.myBgColor { background-color: #584588; }
<div style="background-color:#584588">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #584588.
.myBorderColor { border: 1px solid #584588; }
<div style="border:3px solid #584588">Div</div>
Die Grenzen von diesem div sind in Farbe #584588.
.myOpacity80 { color: #584588; opacity: 0.8; }
<p style="color:#584588;opacity:0.8;">80%</p>
Text in Farbe #584588 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #584588;}
<p style="text-shadow: 3px 3px 1px #584588">Text here.</p>
Dieser Text hat den Schatten in Farbe #584588.
.textShadow {text-shadow: 3px 3px 1px #584588', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #584588, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #584588 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#584588, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#584588, Direction=45, Strength=4)">Text</p>
This text has shadow with #584588 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #584588;
-webkit-box-shadow: 1px 1px 3px 2px #584588;
box-shadow: 1px 1px 3px 2px #584588;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #584588; -webkit-box-shadow: 1px 1px 3px 2px #584588; box-shadow:1px 1px 3px 2px #584588;">
Div content here
</div>
Dieser Text ist in der Farbe #584588 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #584588 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #584588.
Dieser Text ist weiß auf dem Hintergrund in Farbe #584588.
Kontrastfarbe für #hex ist #A7BA77.