Color Hex Logo

#594499 Color Hex

#594499
(89,68,153)
0 Favorites   0 Comments

Color spaces of #594499

RGB 8968153
HSL0.710.380.43
HSV255°56°60°
CMYK 0.420.560.00   0.40
XYZ11.93678.558031.1597
Yxy8.55800.23110.1657
Hunter Lab29.254121.6398-42.6744
CIE-Lab35.119030.0506-43.6615

#594499 color RGB value is (89,68,153).

#594499 hex color red value is 89, green value is 68 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #594499 hue: 0.71 , saturation: 0.38 and the lightness value of 594499 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000100 10011001
Octal 131 104 231
Decimal 89 68 153
Hex 59 44 99

RGB Percentages of Color #594499

%28.71
%21.94
%49.35

CMYK Percentages of Color #594499

%42
%56
%0
%40

Triadic Colors of #594499

#594499 #995944 #449959

Analogous Colors of #594499

#594499 #844499 #445a99

Monochromatic Colors of #594499

#594499

Complementary Color

#594499 #849944

#594499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594499 Color CSS Codes

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

#594499 Text Font Color

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

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


#594499 Background Color

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

This div background color is #594499


#594499 Border Color

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

This div border color is #594499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594499


Comments

No comments written yet.

Please login to write comment.