Color Hex Logo

#594fac Color Hex

#594FAC
(89,79,172)
0 Favorites   0 Comments

Color spaces of #594fac

RGB 8979172
HSL0.680.370.49
HSV246°54°67°
CMYK 0.480.540.00   0.33
XYZ14.362210.694440.3370
Yxy10.69440.21960.1635
Hunter Lab32.702321.1647-50.2403
CIE-Lab39.060928.9846-48.7082

#594fac color RGB value is (89,79,172).

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

The process color (four color CMYK) of #594fac color hex is 0.48, 0.54, 0.00, 0.33. Web safe color of #594fac is #666699. Color #594fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 10101100
Octal 131 117 254
Decimal 89 79 172
Hex 59 4F AC

RGB Percentages of Color #594fac

%26.18
%23.24
%50.59

CMYK Percentages of Color #594fac

%48
%54
%0
%33

Triadic Colors of #594fac

#594fac #ac594f #4fac59

Analogous Colors of #594fac

#594fac #884fac #4f74ac

Monochromatic Colors of #594fac

#594fac

Complementary Color

#594fac #a2ac4f

#594fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fac Color CSS Codes

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

#594fac Text Font Color

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

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


#594fac Background Color

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

This div background color is #594fac


#594fac Border Color

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

This div border color is #594fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fac


Comments

No comments written yet.

Please login to write comment.