HEX: #583371
RGB: (88,51,113)
#583371 enthält hauptsächlich rote und blaue Farbe. Für #583371 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #583371 wird in RGB als (88,51,113) definiert.
RGB: (88,51,113) (35%,20%,44%)
R 88 von 255 = 35%
G 51 von 255 = 20%
B 113 von 255 = 44%
R + G + B ~ 33%. #583371 ziemlich dunkle Farbe.
R + G + B =
88 + 51 + 113 = 252 (100%)
R 88 von 252 ~ 34.92%
G 51 von 252 ~ 20.24%
B 113 von 252 ~ 44.84%
Die Farbe #583371 wird in CMYK als (22,55,0,56) definiert.
CMYK: (22,55,0,56) C22M55Y0K56 (22%,55%,0%,56%) (0.22/0.55/0.00/0.56)
58 | 33 | 71 | |
---|---|---|---|
RGB | 88 | 51 | 113 |
HSL | 276° | 37.80% | 32.16% |
HSB/HSV | 276° | 54.87% | 44.31% |
CMYK | 22.12% | 54.87% | 0.00% |
55.69% |
Hexadezimal | 58 | 33 | 71 |
Dezimal | 88 | 51 | 113 |
Binär | 1011000 | 110011 | 1110001 |
Oktal | 130 | 63 | 161 |
Beispiele css- und html für Elemente in der Farbe #583371. Bitte benutzen Sie auch rgb(88,51,113) statt hex-Code.
.myTextColor { color: #583371; }
<p style="color:#583371">This sample text font color is #583371.</p>
Die Farbe dieses Textes ist #583371.
.myBgColor { background-color: #583371; }
<div style="background-color:#583371">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #583371.
.myBorderColor { border: 1px solid #583371; }
<div style="border:3px solid #583371">Div</div>
Die Grenzen von diesem div sind in Farbe #583371.
.myOpacity80 { color: #583371; opacity: 0.8; }
<p style="color:#583371;opacity:0.8;">80%</p>
Text in Farbe #583371 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #583371;}
<p style="text-shadow: 3px 3px 1px #583371">Text here.</p>
Dieser Text hat den Schatten in Farbe #583371.
.textShadow {text-shadow: 3px 3px 1px #583371, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #583371, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #583371 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#583371, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#583371, Direction=45, Strength=4)">Text</p>
This text has shadow with #583371 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #583371; -webkit-box-shadow: 1px 1px 3px 2px #583371; box-shadow: 1px 1px 3px 2px #583371; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #583371; -webkit-box-shadow: 1px 1px 3px 2px #583371; box-shadow:1px 1px 3px 2px #583371;">
Div content here</div>
Dieser Text ist in der Farbe #583371 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #583371 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #583371.
Dieser Text ist weiß auf dem Hintergrund in Farbe #583371.