Color Hex Logo

#583b5f Color Hex

#583B5F
(88,59,95)
0 Favorites   0 Comments

Color spaces of #583b5f

RGB 885995
HSL0.800.230.30
HSV288°38°37°
CMYK 0.070.380.00   0.63
XYZ7.65406.028911.5867
Yxy6.02890.30290.2386
Hunter Lab24.553812.6734-10.7907
CIE-Lab29.485319.8598-16.3527

#583b5f color RGB value is (88,59,95).

#583b5f hex color red value is 88, green value is 59 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #583b5f hue: 0.80 , saturation: 0.23 and the lightness value of 583b5f is 0.30.

The process color (four color CMYK) of #583b5f color hex is 0.07, 0.38, 0.00, 0.63. Web safe color of #583b5f is #663366. Color #583b5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111011 01011111
Octal 130 73 137
Decimal 88 59 95
Hex 58 3B 5F

RGB Percentages of Color #583b5f

%36.36
%24.38
%39.26

CMYK Percentages of Color #583b5f

%7
%38
%0
%63

Triadic Colors of #583b5f

#583b5f #5f583b #3b5f58

Analogous Colors of #583b5f

#583b5f #5f3b54 #463b5f

Monochromatic Colors of #583b5f

#583b5f

Complementary Color

#583b5f #425f3b

#583b5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583b5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#583b5f Color CSS Codes

.mybgcolor {background-color:#583b5f; } 
.myforecolor {color:#583b5f; }
.mybordercolor {border:3px solid #583b5f; }

#583b5f Text Font Color

<p style="color:#583b5f">Text here</p>

This sample text font color is #583b5f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#583b5f Background Color

<div style="background-color:#583b5f">
Div content here</div>

This div background color is #583b5f


#583b5f Border Color

<div style="border:3px solid #583b5f">
Div here</div>

This div border color is #583b5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,59,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #583b5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #583b5f;
  -webkit-box-shadow: 1px 1px 3px 2px #583b5f;
  box-shadow:         1px 1px 3px 2px #583b5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,59,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #583b5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #583b5f;
  -webkit-box-shadow: 1px 1px 3px 2px #583b5f;
  box-shadow:         1px 1px 3px 2px #583b5f;">
Div content here</div>

This div box has shadow with color #583b5f


Comments

No comments written yet.

Please login to write comment.