Color Hex Logo

#585986 Color Hex

#585986
(88,89,134)
0 Favorites   0 Comments

Color spaces of #585986

RGB 8889134
HSL0.660.210.44
HSV239°34°53°
CMYK 0.340.340.00   0.47
XYZ11.900010.940724.0388
Yxy10.94070.25380.2334
Hunter Lab33.07676.3346-19.9358
CIE-Lab39.480410.9944-25.2222

#585986 color RGB value is (88,89,134).

#585986 hex color red value is 88, green value is 89 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #585986 hue: 0.66 , saturation: 0.21 and the lightness value of 585986 is 0.44.

The process color (four color CMYK) of #585986 color hex is 0.34, 0.34, 0.00, 0.47. Web safe color of #585986 is #666699. Color #585986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011001 10000110
Octal 130 131 206
Decimal 88 89 134
Hex 58 59 86

RGB Percentages of Color #585986

%28.30
%28.62
%43.09

CMYK Percentages of Color #585986

%34
%34
%0
%47

Triadic Colors of #585986

#585986 #865859 #598658

Analogous Colors of #585986

#585986 #6e5886 #587086

Monochromatic Colors of #585986

#585986

Complementary Color

#585986 #868558

#585986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585986 Color CSS Codes

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

#585986 Text Font Color

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

This sample text font color is #585986
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.


#585986 Background Color

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

This div background color is #585986


#585986 Border Color

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

This div border color is #585986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,89,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585986;
  -webkit-box-shadow: 1px 1px 3px 2px #585986;
  box-shadow:         1px 1px 3px 2px #585986; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585986


Comments

No comments written yet.

Please login to write comment.