Color Hex Logo

#592882 Color Hex

#592882
(89,40,130)
0 Favorites   0 Comments

Color spaces of #592882

RGB 8940130
HSL0.760.530.33
HSV273°69°51°
CMYK 0.320.690.00   0.49
XYZ8.90795.253121.6636
Yxy5.25310.24870.1466
Hunter Lab22.919629.2661-39.9970
CIE-Lab27.444039.8580-41.8546

#592882 color RGB value is (89,40,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101000 10000010
Octal 131 50 202
Decimal 89 40 130
Hex 59 28 82

RGB Percentages of Color #592882

%34.36
%15.44
%50.19

CMYK Percentages of Color #592882

%32
%69
%0
%49

Triadic Colors of #592882

#592882 #825928 #288259

Analogous Colors of #592882

#592882 #82287e #2c2882

Monochromatic Colors of #592882

#592882

Complementary Color

#592882 #518228

#592882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592882 Color CSS Codes

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

#592882 Text Font Color

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

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


#592882 Background Color

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

This div background color is #592882


#592882 Border Color

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

This div border color is #592882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592882


Comments

No comments written yet.

Please login to write comment.