Color Hex Logo

#594fad Color Hex

#594FAD
(89,79,173)
0 Favorites   0 Comments

Color spaces of #594fad

RGB 8979173
HSL0.680.370.49
HSV246°54°68°
CMYK 0.490.540.00   0.32
XYZ14.458610.732940.8448
Yxy10.73290.21890.1625
Hunter Lab32.761121.4462-50.9868
CIE-Lab39.126929.2947-49.1947

#594fad color RGB value is (89,79,173).

#594fad hex color red value is 89, green value is 79 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #594fad hue: 0.68 , saturation: 0.37 and the lightness value of 594fad is 0.49.

The process color (four color CMYK) of #594fad color hex is 0.49, 0.54, 0.00, 0.32. Web safe color of #594fad is #666699. Color #594fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 10101101
Octal 131 117 255
Decimal 89 79 173
Hex 59 4F AD

RGB Percentages of Color #594fad

%26.10
%23.17
%50.73

CMYK Percentages of Color #594fad

%49
%54
%0
%32

Triadic Colors of #594fad

#594fad #ad594f #4fad59

Analogous Colors of #594fad

#594fad #884fad #4f74ad

Monochromatic Colors of #594fad

#594fad

Complementary Color

#594fad #a3ad4f

#594fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fad Color CSS Codes

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

#594fad Text Font Color

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

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


#594fad Background Color

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

This div background color is #594fad


#594fad Border Color

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

This div border color is #594fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,79,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594fad;
  -webkit-box-shadow: 1px 1px 3px 2px #594fad;
  box-shadow:         1px 1px 3px 2px #594fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fad


Comments

No comments written yet.

Please login to write comment.