Color Hex Logo

#594597 Color Hex

#594597
(89,69,151)
0 Favorites   0 Comments

Color spaces of #594597

RGB 8969151
HSL0.710.370.43
HSV255°54°59°
CMYK 0.410.540.00   0.41
XYZ11.83398.614530.3172
Yxy8.61450.23310.1697
Hunter Lab29.350520.6066-40.6975
CIE-Lab35.231228.8459-42.2693

#594597 color RGB value is (89,69,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000101 10010111
Octal 131 105 227
Decimal 89 69 151
Hex 59 45 97

RGB Percentages of Color #594597

%28.80
%22.33
%48.87

CMYK Percentages of Color #594597

%41
%54
%0
%41

Triadic Colors of #594597

#594597 #975945 #459759

Analogous Colors of #594597

#594597 #824597 #455a97

Monochromatic Colors of #594597

#594597

Complementary Color

#594597 #839745

#594597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594597 Color CSS Codes

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

#594597 Text Font Color

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

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


#594597 Background Color

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

This div background color is #594597


#594597 Border Color

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

This div border color is #594597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594597


Comments

No comments written yet.

Please login to write comment.