Color Hex Logo

#585784 Color Hex

#585784
(88,87,132)
0 Favorites   0 Comments

Color spaces of #585784

RGB 8887132
HSL0.670.210.43
HSV241°34°52°
CMYK 0.330.340.00   0.48
XYZ11.597610.557023.2563
Yxy10.55700.25540.2325
Hunter Lab32.49156.8540-19.6936
CIE-Lab38.824111.6863-25.0277

#585784 color RGB value is (88,87,132).

#585784 hex color red value is 88, green value is 87 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #585784 hue: 0.67 , saturation: 0.21 and the lightness value of 585784 is 0.43.

The process color (four color CMYK) of #585784 color hex is 0.33, 0.34, 0.00, 0.48. Web safe color of #585784 is #666699. Color #585784 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010111 10000100
Octal 130 127 204
Decimal 88 87 132
Hex 58 57 84

RGB Percentages of Color #585784

%28.66
%28.34
%43.00

CMYK Percentages of Color #585784

%33
%34
%0
%48

Triadic Colors of #585784

#585784 #845857 #578458

Analogous Colors of #585784

#585784 #6f5784 #576d84

Monochromatic Colors of #585784

#585784

Complementary Color

#585784 #838457

#585784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585784 Color CSS Codes

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

#585784 Text Font Color

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

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


#585784 Background Color

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

This div background color is #585784


#585784 Border Color

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

This div border color is #585784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585784


Comments

No comments written yet.

Please login to write comment.