Color Hex Logo

#593273 Color Hex

#593273
(89,50,115)
0 Favorites   0 Comments

Color spaces of #593273

RGB 8950115
HSL0.770.390.32
HSV276°57°45°
CMYK 0.230.570.00   0.55
XYZ8.35495.642916.8685
Yxy5.64290.27070.1828
Hunter Lab23.754821.2101-25.4740
CIE-Lab28.493030.5358-30.7038

#593273 color RGB value is (89,50,115).

#593273 hex color red value is 89, green value is 50 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #593273 hue: 0.77 , saturation: 0.39 and the lightness value of 593273 is 0.32.

The process color (four color CMYK) of #593273 color hex is 0.23, 0.57, 0.00, 0.55. Web safe color of #593273 is #663366. Color #593273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110010 01110011
Octal 131 62 163
Decimal 89 50 115
Hex 59 32 73

RGB Percentages of Color #593273

%35.04
%19.69
%45.28

CMYK Percentages of Color #593273

%23
%57
%0
%55

Triadic Colors of #593273

#593273 #735932 #327359

Analogous Colors of #593273

#593273 #73326d #393273

Monochromatic Colors of #593273

#593273

Complementary Color

#593273 #4c7332

#593273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593273 Color CSS Codes

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

#593273 Text Font Color

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

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


#593273 Background Color

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

This div background color is #593273


#593273 Border Color

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

This div border color is #593273


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,50,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #593273; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #593273;
  -webkit-box-shadow: 1px 1px 3px 2px #593273;
  box-shadow:         1px 1px 3px 2px #593273; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593273


Comments

No comments written yet.

Please login to write comment.