Color Hex Logo

#585678 Color Hex

#585678
(88,86,120)
0 Favorites   0 Comments

Color spaces of #585678

RGB 8886120
HSL0.680.170.40
HSV244°28°47°
CMYK 0.270.280.00   0.53
XYZ10.742510.086319.1500
Yxy10.08630.26870.2523
Hunter Lab31.75894.7997-13.5194
CIE-Lab37.99699.0007-18.9574

#585678 color RGB value is (88,86,120).

#585678 hex color red value is 88, green value is 86 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #585678 hue: 0.68 , saturation: 0.17 and the lightness value of 585678 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010110 01111000
Octal 130 126 170
Decimal 88 86 120
Hex 58 56 78

RGB Percentages of Color #585678

%29.93
%29.25
%40.82

CMYK Percentages of Color #585678

%27
%28
%0
%53

Triadic Colors of #585678

#585678 #785856 #567858

Analogous Colors of #585678

#585678 #695678 #566578

Monochromatic Colors of #585678

#585678

Complementary Color

#585678 #767856

#585678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585678 Color CSS Codes

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

#585678 Text Font Color

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

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


#585678 Background Color

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

This div background color is #585678


#585678 Border Color

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

This div border color is #585678


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,86,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 #585678">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585678


Comments

No comments written yet.

Please login to write comment.