Color Hex Logo

#593eca Color Hex

#593ECA
(89,62,202)
0 Favorites   0 Comments

Color spaces of #593eca

RGB 8962202
HSL0.700.570.52
HSV252°69°79°
CMYK 0.560.690.00   0.21
XYZ16.50319.833456.9053
Yxy9.83340.19830.1181
Hunter Lab31.358339.0633-85.6418
CIE-Lab37.541748.1576-68.7861

#593eca color RGB value is (89,62,202).

#593eca hex color red value is 89, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #593eca hue: 0.70 , saturation: 0.57 and the lightness value of 593eca is 0.52.

The process color (four color CMYK) of #593eca color hex is 0.56, 0.69, 0.00, 0.21. Web safe color of #593eca is #6633cc. Color #593eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111110 11001010
Octal 131 76 312
Decimal 89 62 202
Hex 59 3E CA

RGB Percentages of Color #593eca

%25.21
%17.56
%57.22

CMYK Percentages of Color #593eca

%56
%69
%0
%21

Triadic Colors of #593eca

#593eca #ca593e #3eca59

Analogous Colors of #593eca

#593eca #9f3eca #3e69ca

Monochromatic Colors of #593eca

#593eca

Complementary Color

#593eca #afca3e

#593eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#593eca Color CSS Codes

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

#593eca Text Font Color

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

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


#593eca Background Color

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

This div background color is #593eca


#593eca Border Color

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

This div border color is #593eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593eca


Comments

No comments written yet.

Please login to write comment.