Color Hex Logo

#593584 Color Hex

#593584
(89,53,132)
0 Favorites   0 Comments

Color spaces of #593584

RGB 8953132
HSL0.740.430.36
HSV267°60°52°
CMYK 0.330.600.00   0.48
XYZ9.55786.336022.5490
Yxy6.33600.24860.1648
Hunter Lab25.171423.7280-35.4931
CIE-Lab30.244833.1797-38.5951

#593584 color RGB value is (89,53,132).

#593584 hex color red value is 89, green value is 53 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #593584 hue: 0.74 , saturation: 0.43 and the lightness value of 593584 is 0.36.

The process color (four color CMYK) of #593584 color hex is 0.33, 0.60, 0.00, 0.48. Web safe color of #593584 is #663399. Color #593584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110101 10000100
Octal 131 65 204
Decimal 89 53 132
Hex 59 35 84

RGB Percentages of Color #593584

%32.48
%19.34
%48.18

CMYK Percentages of Color #593584

%33
%60
%0
%48

Triadic Colors of #593584

#593584 #845935 #358459

Analogous Colors of #593584

#593584 #813584 #353884

Monochromatic Colors of #593584

#593584

Complementary Color

#593584 #608435

#593584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593584 Color CSS Codes

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

#593584 Text Font Color

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

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


#593584 Background Color

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

This div background color is #593584


#593584 Border Color

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

This div border color is #593584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593584


Comments

No comments written yet.

Please login to write comment.