Color Hex Logo

#585073 Color Hex

#585073
(88,80,115)
0 Favorites   0 Comments

Color spaces of #585073

RGB 8880115
HSL0.700.180.38
HSV254°30°45°
CMYK 0.230.300.00   0.55
XYZ9.98779.049817.4400
Yxy9.04980.27380.2481
Hunter Lab30.08296.6180-13.3143
CIE-Lab36.080011.4631-18.8225

#585073 color RGB value is (88,80,115).

#585073 hex color red value is 88, green value is 80 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #585073 hue: 0.70 , saturation: 0.18 and the lightness value of 585073 is 0.38.

The process color (four color CMYK) of #585073 color hex is 0.23, 0.30, 0.00, 0.55. Web safe color of #585073 is #666666. Color #585073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010000 01110011
Octal 130 120 163
Decimal 88 80 115
Hex 58 50 73

RGB Percentages of Color #585073

%31.10
%28.27
%40.64

CMYK Percentages of Color #585073

%23
%30
%0
%55

Triadic Colors of #585073

#585073 #735850 #507358

Analogous Colors of #585073

#585073 #6a5073 #505a73

Monochromatic Colors of #585073

#585073

Complementary Color

#585073 #6b7350

#585073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585073 Color CSS Codes

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

#585073 Text Font Color

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

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


#585073 Background Color

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

This div background color is #585073


#585073 Border Color

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

This div border color is #585073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585073


Comments

No comments written yet.

Please login to write comment.