Color Hex Logo

#594699 Color Hex

#594699
(89,70,153)
0 Favorites   0 Comments

Color spaces of #594699

RGB 8970153
HSL0.700.370.44
HSV254°54°60°
CMYK 0.420.540.00   0.40
XYZ12.05988.804131.2007
Yxy8.80410.23160.1691
Hunter Lab29.671720.6243-41.5750
CIE-Lab35.604328.8162-42.8824

#594699 color RGB value is (89,70,153).

#594699 hex color red value is 89, green value is 70 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #594699 hue: 0.70 , saturation: 0.37 and the lightness value of 594699 is 0.44.

The process color (four color CMYK) of #594699 color hex is 0.42, 0.54, 0.00, 0.40. Web safe color of #594699 is #663399. Color #594699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 10011001
Octal 131 106 231
Decimal 89 70 153
Hex 59 46 99

RGB Percentages of Color #594699

%28.53
%22.44
%49.04

CMYK Percentages of Color #594699

%42
%54
%0
%40

Triadic Colors of #594699

#594699 #995946 #469959

Analogous Colors of #594699

#594699 #834699 #465c99

Monochromatic Colors of #594699

#594699

Complementary Color

#594699 #869946

#594699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594699 Color CSS Codes

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

#594699 Text Font Color

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

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


#594699 Background Color

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

This div background color is #594699


#594699 Border Color

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

This div border color is #594699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594699


Comments

No comments written yet.

Please login to write comment.