Color Hex Logo

#592982 Color Hex

#592982
(89,41,130)
0 Favorites   0 Comments

Color spaces of #592982

RGB 8941130
HSL0.760.520.34
HSV272°68°51°
CMYK 0.320.680.00   0.49
XYZ8.94205.321421.6749
Yxy5.32140.24880.1481
Hunter Lab23.068228.8234-39.5613
CIE-Lab27.631539.3394-41.5517

#592982 color RGB value is (89,41,130).

#592982 hex color red value is 89, green value is 41 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #592982 hue: 0.76 , saturation: 0.52 and the lightness value of 592982 is 0.34.

The process color (four color CMYK) of #592982 color hex is 0.32, 0.68, 0.00, 0.49. Web safe color of #592982 is #663399. Color #592982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101001 10000010
Octal 131 51 202
Decimal 89 41 130
Hex 59 29 82

RGB Percentages of Color #592982

%34.23
%15.77
%50.00

CMYK Percentages of Color #592982

%32
%68
%0
%49

Triadic Colors of #592982

#592982 #825929 #298259

Analogous Colors of #592982

#592982 #82297f #2c2982

Monochromatic Colors of #592982

#592982

Complementary Color

#592982 #528229

#592982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592982 Color CSS Codes

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

#592982 Text Font Color

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

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


#592982 Background Color

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

This div background color is #592982


#592982 Border Color

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

This div border color is #592982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592982


Comments

No comments written yet.

Please login to write comment.