Color Hex Logo

#593eac Color Hex

#593EAC
(89,62,172)
0 Favorites   0 Comments

Color spaces of #593eac

RGB 8962172
HSL0.710.470.46
HSV255°64°67°
CMYK 0.480.640.00   0.33
XYZ13.28888.547739.9792
Yxy8.54770.21500.1383
Hunter Lab29.236429.9696-60.6102
CIE-Lab35.098539.2571-55.1141

#593eac color RGB value is (89,62,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111110 10101100
Octal 131 76 254
Decimal 89 62 172
Hex 59 3E AC

RGB Percentages of Color #593eac

%27.55
%19.20
%53.25

CMYK Percentages of Color #593eac

%48
%64
%0
%33

Triadic Colors of #593eac

#593eac #ac593e #3eac59

Analogous Colors of #593eac

#593eac #903eac #3e5aac

Monochromatic Colors of #593eac

#593eac

Complementary Color

#593eac #91ac3e

#593eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#593eac Color CSS Codes

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

#593eac Text Font Color

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

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


#593eac Background Color

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

This div background color is #593eac


#593eac Border Color

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

This div border color is #593eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593eac


Comments

No comments written yet.

Please login to write comment.