Color Hex Logo

#593cbe Color Hex

#593CBE
(89,60,190)
0 Favorites   0 Comments

Color spaces of #593cbe

RGB 8960190
HSL0.700.520.49
HSV253°68°75°
CMYK 0.530.680.00   0.25
XYZ15.02999.073349.6743
Yxy9.07330.20370.1230
Hunter Lab30.121936.3526-76.6903
CIE-Lab36.125045.7039-64.0937

#593cbe color RGB value is (89,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 10111110
Octal 131 74 276
Decimal 89 60 190
Hex 59 3C BE

RGB Percentages of Color #593cbe

%26.25
%17.70
%56.05

CMYK Percentages of Color #593cbe

%53
%68
%0
%25

Triadic Colors of #593cbe

#593cbe #be593c #3cbe59

Analogous Colors of #593cbe

#593cbe #9a3cbe #3c60be

Monochromatic Colors of #593cbe

#593cbe

Complementary Color

#593cbe #a1be3c

#593cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cbe Color CSS Codes

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

#593cbe Text Font Color

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

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


#593cbe Background Color

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

This div background color is #593cbe


#593cbe Border Color

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

This div border color is #593cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,60,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 #593cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cbe


Comments

No comments written yet.

Please login to write comment.