Color Hex Logo

#593cac Color Hex

#593CAC
(89,60,172)
0 Favorites   0 Comments

Color spaces of #593cac

RGB 8960172
HSL0.710.480.45
HSV256°65°67°
CMYK 0.480.650.00   0.33
XYZ13.18218.334139.9436
Yxy8.33410.21450.1356
Hunter Lab28.868830.9863-61.8268
CIE-Lab34.669240.4108-55.8116

#593cac color RGB value is (89,60,172).

#593cac hex color red value is 89, green value is 60 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #593cac hue: 0.71 , saturation: 0.48 and the lightness value of 593cac is 0.45.

The process color (four color CMYK) of #593cac color hex is 0.48, 0.65, 0.00, 0.33. Web safe color of #593cac is #663399. Color #593cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 10101100
Octal 131 74 254
Decimal 89 60 172
Hex 59 3C AC

RGB Percentages of Color #593cac

%27.73
%18.69
%53.58

CMYK Percentages of Color #593cac

%48
%65
%0
%33

Triadic Colors of #593cac

#593cac #ac593c #3cac59

Analogous Colors of #593cac

#593cac #913cac #3c57ac

Monochromatic Colors of #593cac

#593cac

Complementary Color

#593cac #8fac3c

#593cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cac Color CSS Codes

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

#593cac Text Font Color

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

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


#593cac Background Color

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

This div background color is #593cac


#593cac Border Color

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

This div border color is #593cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cac


Comments

No comments written yet.

Please login to write comment.