Color Hex Logo

#593aec Color Hex

#593AEC
(89,58,236)
0 Favorites   0 Comments

Color spaces of #593aec

RGB 8958236
HSL0.700.820.58
HSV250°75°93°
CMYK 0.620.750.00   0.07
XYZ20.773211.206180.4250
Yxy11.20610.18480.0997
Hunter Lab33.475552.1859-119.0115
CIE-Lab39.925460.1212-84.3665

#593aec color RGB value is (89,58,236).

#593aec hex color red value is 89, green value is 58 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #593aec hue: 0.70 , saturation: 0.82 and the lightness value of 593aec is 0.58.

The process color (four color CMYK) of #593aec color hex is 0.62, 0.75, 0.00, 0.07. Web safe color of #593aec is #6633ff. Color #593aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111010 11101100
Octal 131 72 354
Decimal 89 58 236
Hex 59 3A EC

RGB Percentages of Color #593aec

%23.24
%15.14
%61.62

CMYK Percentages of Color #593aec

%62
%75
%0
%7

Triadic Colors of #593aec

#593aec #ec593a #3aec59

Analogous Colors of #593aec

#593aec #b23aec #3a74ec

Monochromatic Colors of #593aec

#593aec

Complementary Color

#593aec #cdec3a

#593aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#593aec Color CSS Codes

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

#593aec Text Font Color

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

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


#593aec Background Color

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

This div background color is #593aec


#593aec Border Color

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

This div border color is #593aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593aec


Comments

No comments written yet.

Please login to write comment.