Color Hex Logo

#593bac Color Hex

#593BAC
(89,59,172)
0 Favorites   0 Comments

Color spaces of #593bac

RGB 8959172
HSL0.710.490.45
HSV256°66°67°
CMYK 0.480.660.00   0.33
XYZ13.13028.230339.9263
Yxy8.23030.21420.1343
Hunter Lab28.688531.4913-62.4330
CIE-Lab34.458040.9812-56.1551

#593bac color RGB value is (89,59,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111011 10101100
Octal 131 73 254
Decimal 89 59 172
Hex 59 3B AC

RGB Percentages of Color #593bac

%27.81
%18.44
%53.75

CMYK Percentages of Color #593bac

%48
%66
%0
%33

Triadic Colors of #593bac

#593bac #ac593b #3bac59

Analogous Colors of #593bac

#593bac #923bac #3b56ac

Monochromatic Colors of #593bac

#593bac

Complementary Color

#593bac #8eac3b

#593bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#593bac Color CSS Codes

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

#593bac Text Font Color

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

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


#593bac Background Color

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

This div background color is #593bac


#593bac Border Color

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

This div border color is #593bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593bac


Comments

No comments written yet.

Please login to write comment.