Color Hex Logo

#585580 Color Hex

#585580
(88,85,128)
0 Favorites   0 Comments

Color spaces of #585580

RGB 8885128
HSL0.680.200.42
HSV244°34°50°
CMYK 0.310.340.00   0.50
XYZ11.169310.130221.7887
Yxy10.13020.25920.2351
Hunter Lab31.82806.9415-18.3090
CIE-Lab38.075111.8235-23.7494

#585580 color RGB value is (88,85,128).

#585580 hex color red value is 88, green value is 85 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #585580 hue: 0.68 , saturation: 0.20 and the lightness value of 585580 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010101 10000000
Octal 130 125 200
Decimal 88 85 128
Hex 58 55 80

RGB Percentages of Color #585580

%29.24
%28.24
%42.52

CMYK Percentages of Color #585580

%31
%34
%0
%50

Triadic Colors of #585580

#585580 #805855 #558058

Analogous Colors of #585580

#585580 #6e5580 #556880

Monochromatic Colors of #585580

#585580

Complementary Color

#585580 #7d8055

#585580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585580 Color CSS Codes

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

#585580 Text Font Color

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

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


#585580 Background Color

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

This div background color is #585580


#585580 Border Color

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

This div border color is #585580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585580


Comments

No comments written yet.

Please login to write comment.