Color Hex Logo

#594697 Color Hex

#594697
(89,70,151)
0 Favorites   0 Comments

Color spaces of #594697

RGB 8970151
HSL0.710.370.43
HSV254°54°59°
CMYK 0.410.540.00   0.41
XYZ11.89598.738530.3379
Yxy8.73850.23340.1714
Hunter Lab29.561020.1002-40.1556
CIE-Lab35.475928.2266-41.8772

#594697 color RGB value is (89,70,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 10010111
Octal 131 106 227
Decimal 89 70 151
Hex 59 46 97

RGB Percentages of Color #594697

%28.71
%22.58
%48.71

CMYK Percentages of Color #594697

%41
%54
%0
%41

Triadic Colors of #594697

#594697 #975946 #469759

Analogous Colors of #594697

#594697 #824697 #465b97

Monochromatic Colors of #594697

#594697

Complementary Color

#594697 #849746

#594697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594697 Color CSS Codes

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

#594697 Text Font Color

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

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


#594697 Background Color

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

This div background color is #594697


#594697 Border Color

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

This div border color is #594697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594697


Comments

No comments written yet.

Please login to write comment.