Color Hex Logo

#585868 Color Hex

#585868
(88,88,104)
0 Favorites   0 Comments

Color spaces of #585868

RGB 8888104
HSL0.670.080.38
HSV240°15°41°
CMYK 0.150.150.00   0.59
XYZ10.012910.053614.5095
Yxy10.05360.28960.2908
Hunter Lab31.70740.8806-4.9363
CIE-Lab37.93853.6508-9.1579

#585868 color RGB value is (88,88,104).

#585868 hex color red value is 88, green value is 88 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #585868 hue: 0.67 , saturation: 0.08 and the lightness value of 585868 is 0.38.

The process color (four color CMYK) of #585868 color hex is 0.15, 0.15, 0.00, 0.59. Web safe color of #585868 is #666666. Color #585868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 01101000
Octal 130 130 150
Decimal 88 88 104
Hex 58 58 68

RGB Percentages of Color #585868

%31.43
%31.43
%37.14

CMYK Percentages of Color #585868

%15
%15
%0
%59

Triadic Colors of #585868

#585868 #685858 #586858

Analogous Colors of #585868

#585868 #605868 #586068

Monochromatic Colors of #585868

#585868

Complementary Color

#585868 #686858

#585868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585868 Color CSS Codes

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

#585868 Text Font Color

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

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


#585868 Background Color

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

This div background color is #585868


#585868 Border Color

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

This div border color is #585868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585868


Comments

No comments written yet.

Please login to write comment.