Color Hex Logo

#593daa Color Hex

#593DAA
(89,61,170)
0 Favorites   0 Comments

Color spaces of #593daa

RGB 8961170
HSL0.710.470.45
HSV255°64°67°
CMYK 0.480.640.00   0.33
XYZ13.04438.363638.9570
Yxy8.36360.21610.1386
Hunter Lab28.919929.9025-59.6236
CIE-Lab34.728939.2484-54.5200

#593daa color RGB value is (89,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111101 10101010
Octal 131 75 252
Decimal 89 61 170
Hex 59 3D AA

RGB Percentages of Color #593daa

%27.81
%19.06
%53.13

CMYK Percentages of Color #593daa

%48
%64
%0
%33

Triadic Colors of #593daa

#593daa #aa593d #3daa59

Analogous Colors of #593daa

#593daa #903daa #3d58aa

Monochromatic Colors of #593daa

#593daa

Complementary Color

#593daa #8eaa3d

#593daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#593daa Color CSS Codes

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

#593daa Text Font Color

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

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


#593daa Background Color

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

This div background color is #593daa


#593daa Border Color

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

This div border color is #593daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593daa


Comments

No comments written yet.

Please login to write comment.