Color Hex Logo

#593ebf Color Hex

#593EBF
(89,62,191)
0 Favorites   0 Comments

Color spaces of #593ebf

RGB 8962191
HSL0.700.510.50
HSV253°68°75°
CMYK 0.530.680.00   0.25
XYZ15.24649.330750.2876
Yxy9.33070.20370.1246
Hunter Lab30.546235.6382-76.2256
CIE-Lab36.613444.8912-63.8828

#593ebf color RGB value is (89,62,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111110 10111111
Octal 131 76 277
Decimal 89 62 191
Hex 59 3E BF

RGB Percentages of Color #593ebf

%26.02
%18.13
%55.85

CMYK Percentages of Color #593ebf

%53
%68
%0
%25

Triadic Colors of #593ebf

#593ebf #bf593e #3ebf59

Analogous Colors of #593ebf

#593ebf #9a3ebf #3e64bf

Monochromatic Colors of #593ebf

#593ebf

Complementary Color

#593ebf #a4bf3e

#593ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#593ebf Color CSS Codes

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

#593ebf Text Font Color

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

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


#593ebf Background Color

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

This div background color is #593ebf


#593ebf Border Color

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

This div border color is #593ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593ebf


Comments

No comments written yet.

Please login to write comment.