Color Hex Logo

#593cab Color Hex

#593CAB
(89,60,171)
0 Favorites   0 Comments

Color spaces of #593cab

RGB 8960171
HSL0.710.480.45
HSV256°65°67°
CMYK 0.480.650.00   0.33
XYZ13.08648.295839.4396
Yxy8.29580.21520.1364
Hunter Lab28.802430.6973-61.0250
CIE-Lab34.591540.1180-55.3409

#593cab color RGB value is (89,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 10101011
Octal 131 74 253
Decimal 89 60 171
Hex 59 3C AB

RGB Percentages of Color #593cab

%27.81
%18.75
%53.44

CMYK Percentages of Color #593cab

%48
%65
%0
%33

Triadic Colors of #593cab

#593cab #ab593c #3cab59

Analogous Colors of #593cab

#593cab #913cab #3c57ab

Monochromatic Colors of #593cab

#593cab

Complementary Color

#593cab #8eab3c

#593cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cab Color CSS Codes

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

#593cab Text Font Color

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

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


#593cab Background Color

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

This div background color is #593cab


#593cab Border Color

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

This div border color is #593cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cab


Comments

No comments written yet.

Please login to write comment.