Color Hex Logo

#593dac Color Hex

#593DAC
(89,61,172)
0 Favorites   0 Comments

Color spaces of #593dac

RGB 8961172
HSL0.710.480.46
HSV255°65°67°
CMYK 0.480.650.00   0.33
XYZ13.23508.439939.9612
Yxy8.43990.21470.1369
Hunter Lab29.051530.4791-61.2191
CIE-Lab34.882739.8362-55.4645

#593dac color RGB value is (89,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111101 10101100
Octal 131 75 254
Decimal 89 61 172
Hex 59 3D AC

RGB Percentages of Color #593dac

%27.64
%18.94
%53.42

CMYK Percentages of Color #593dac

%48
%65
%0
%33

Triadic Colors of #593dac

#593dac #ac593d #3dac59

Analogous Colors of #593dac

#593dac #913dac #3d58ac

Monochromatic Colors of #593dac

#593dac

Complementary Color

#593dac #90ac3d

#593dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#593dac Color CSS Codes

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

#593dac Text Font Color

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

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


#593dac Background Color

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

This div background color is #593dac


#593dac Border Color

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

This div border color is #593dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593dac


Comments

No comments written yet.

Please login to write comment.