Color Hex Logo

#594082 Color Hex

#594082
(89,64,130)
0 Favorites   0 Comments

Color spaces of #594082

RGB 8964130
HSL0.730.340.38
HSV263°51°51°
CMYK 0.320.510.00   0.49
XYZ9.98257.402322.0218
Yxy7.40230.25330.1878
Hunter Lab27.207217.8804-28.9450
CIE-Lab32.705725.9663-33.4226

#594082 color RGB value is (89,64,130).

#594082 hex color red value is 89, green value is 64 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #594082 hue: 0.73 , saturation: 0.34 and the lightness value of 594082 is 0.38.

The process color (four color CMYK) of #594082 color hex is 0.32, 0.51, 0.00, 0.49. Web safe color of #594082 is #663399. Color #594082 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000000 10000010
Octal 131 100 202
Decimal 89 64 130
Hex 59 40 82

RGB Percentages of Color #594082

%31.45
%22.61
%45.94

CMYK Percentages of Color #594082

%32
%51
%0
%49

Triadic Colors of #594082

#594082 #825940 #408259

Analogous Colors of #594082

#594082 #7a4082 #404882

Monochromatic Colors of #594082

#594082

Complementary Color

#594082 #698240

#594082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594082 Color CSS Codes

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

#594082 Text Font Color

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

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


#594082 Background Color

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

This div background color is #594082


#594082 Border Color

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

This div border color is #594082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594082


Comments

No comments written yet.

Please login to write comment.