Color Hex Logo

#593abe Color Hex

#593ABE
(89,58,190)
0 Favorites   0 Comments

Color spaces of #593abe

RGB 8958190
HSL0.710.530.49
HSV254°69°75°
CMYK 0.530.690.00   0.25
XYZ14.92718.867749.6401
Yxy8.86770.20330.1208
Hunter Lab29.778737.3636-77.9894
CIE-Lab35.728346.7961-64.7424

#593abe color RGB value is (89,58,190).

#593abe hex color red value is 89, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #593abe hue: 0.71 , saturation: 0.53 and the lightness value of 593abe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111010 10111110
Octal 131 72 276
Decimal 89 58 190
Hex 59 3A BE

RGB Percentages of Color #593abe

%26.41
%17.21
%56.38

CMYK Percentages of Color #593abe

%53
%69
%0
%25

Triadic Colors of #593abe

#593abe #be593a #3abe59

Analogous Colors of #593abe

#593abe #9b3abe #3a5dbe

Monochromatic Colors of #593abe

#593abe

Complementary Color

#593abe #9fbe3a

#593abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#593abe Color CSS Codes

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

#593abe Text Font Color

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

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


#593abe Background Color

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

This div background color is #593abe


#593abe Border Color

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

This div border color is #593abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593abe


Comments

No comments written yet.

Please login to write comment.