HEX: #58388D
RGB: (88,56,141)
#58388D enthält hauptsächlich rote und blaue Farbe. Für #58388D ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #58388D wird in RGB als (88,56,141) definiert.
RGB: (88,56,141)
(35%, 22%, 55%)
R 88 von 255 = 35%
G 56 von 255 = 22%
B 141 von 255 = 55%
R + G + B ~ 37%. #58388D ziemlich dunkle Farbe.
R + G + B = 88 + 56 + 141 = 285 (100%)
R 88 von 285 ~ 30.88%
G 56 von 285 ~ 19.65%
B 141 von 285 ~ 49.47'%
Die Farbe #58388D wird in CMYK als (38,60,0,45) definiert.
CMYK: (38,60,0,45)
C38M60Y0K45 (38%, 60%, 0%, 45%)
(0.38 / 0.60 / 0.00 / 0.45)
Farbe #58388D in den populären Farbmodellen.
58 | 38 | 8D | |
---|---|---|---|
RGB | 88 | 56 | 141 |
HSL | 263° | 43.15% | 38.63% |
HSB/HSV | 263° | 60.28% | 55.29% |
CMYK | 37.59% | 60.28% | 0.00% |
44.71% |
Die Farbe #58388D in den populären Zahlensystemen.
Hexadezimal | 58 | 38 | 8D |
Dezimal | 88 | 56 | 141 |
Binär | 1011000 | 111000 | 10001101 |
Oktal | 130 | 70 | 215 |
Dunkle Töne der Farbe #58388D
Helle Töne der Farbe #58388D
Beispiele css- und html für Elemente in der Farbe #58388D. Bitte benutzen Sie auch rgb(88,56,141) statt hex-Code.
.myTextColor { color: #58388D; }
<p style="color:#58388D">This sample text font color is #58388D.</p>
Die Farbe dieses Textes ist #58388D.
.myBgColor { background-color: #58388D; }
<div style="background-color:#58388D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #58388D.
.myBorderColor { border: 1px solid #58388D; }
<div style="border:3px solid #58388D">Div</div>
Die Grenzen von diesem div sind in Farbe #58388D.
.myOpacity80 { color: #58388D; opacity: 0.8; }
<p style="color:#58388D;opacity:0.8;">80%</p>
Text in Farbe #58388D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58388D;}
<p style="text-shadow: 3px 3px 1px #58388D">Text here.</p>
Dieser Text hat den Schatten in Farbe #58388D.
.textShadow {text-shadow: 3px 3px 1px #58388D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58388D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #58388D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58388D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58388D, Direction=45, Strength=4)">Text</p>
This text has shadow with #58388D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58388D;
-webkit-box-shadow: 1px 1px 3px 2px #58388D;
box-shadow: 1px 1px 3px 2px #58388D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58388D; -webkit-box-shadow: 1px 1px 3px 2px #58388D; box-shadow:1px 1px 3px 2px #58388D;">
Div content here
</div>
Dieser Text ist in der Farbe #58388D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #58388D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #58388D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #58388D.
Kontrastfarbe für #hex ist #A7C772.