Color Hex Logo

#585c78 Color Hex

#585C78
(88,92,120)
1 Favorites   0 Comments

Color spaces of #585c78

RGB 8892120
HSL0.650.150.41
HSV233°27°47°
CMYK 0.270.230.00   0.53
XYZ11.241811.085119.3164
Yxy11.08510.27000.2662
Hunter Lab33.29432.0054-11.0924
CIE-Lab39.72345.2474-16.3042

#585c78 color RGB value is (88,92,120).

#585c78 hex color red value is 88, green value is 92 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #585c78 hue: 0.65 , saturation: 0.15 and the lightness value of 585c78 is 0.41.

The process color (four color CMYK) of #585c78 color hex is 0.27, 0.23, 0.00, 0.53. Web safe color of #585c78 is #666666. Color #585c78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011100 01111000
Octal 130 134 170
Decimal 88 92 120
Hex 58 5C 78

RGB Percentages of Color #585c78

%29.33
%30.67
%40.00

CMYK Percentages of Color #585c78

%27
%23
%0
%53

Triadic Colors of #585c78

#585c78 #78585c #5c7858

Analogous Colors of #585c78

#585c78 #645878 #586c78

Monochromatic Colors of #585c78

#585c78

Complementary Color

#585c78 #787458

#585c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585c78 Color CSS Codes

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

#585c78 Text Font Color

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

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


#585c78 Background Color

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

This div background color is #585c78


#585c78 Border Color

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

This div border color is #585c78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,92,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #585c78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #585c78;
  -webkit-box-shadow: 1px 1px 3px 2px #585c78;
  box-shadow:         1px 1px 3px 2px #585c78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585c78


Comments

No comments written yet.

Please login to write comment.