Color Hex Logo

#593281 Color Hex

#593281
(89,50,129)
0 Favorites   0 Comments

Color spaces of #593281

RGB 8950129
HSL0.750.440.35
HSV270°61°51°
CMYK 0.310.610.00   0.49
XYZ9.22295.990021.4390
Yxy5.99000.25160.1634
Hunter Lab24.474524.4352-34.8044
CIE-Lab29.387234.1282-38.0993

#593281 color RGB value is (89,50,129).

#593281 hex color red value is 89, green value is 50 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #593281 hue: 0.75 , saturation: 0.44 and the lightness value of 593281 is 0.35.

The process color (four color CMYK) of #593281 color hex is 0.31, 0.61, 0.00, 0.49. Web safe color of #593281 is #663399. Color #593281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110010 10000001
Octal 131 62 201
Decimal 89 50 129
Hex 59 32 81

RGB Percentages of Color #593281

%33.21
%18.66
%48.13

CMYK Percentages of Color #593281

%31
%61
%0
%49

Triadic Colors of #593281

#593281 #815932 #328159

Analogous Colors of #593281

#593281 #813281 #323281

Monochromatic Colors of #593281

#593281

Complementary Color

#593281 #5a8132

#593281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593281 Color CSS Codes

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

#593281 Text Font Color

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

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


#593281 Background Color

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

This div background color is #593281


#593281 Border Color

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

This div border color is #593281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593281


Comments

No comments written yet.

Please login to write comment.