Color Hex Logo

#522589 Color Hex

#522589
(82,37,137)
0 Favorites   0 Comments

Color spaces of #522589

RGB 8237137
HSL0.740.570.34
HSV267°73°54°
CMYK 0.400.730.00   0.46
XYZ8.65664.923124.1609
Yxy4.92310.22940.1304
Hunter Lab22.188130.8121-49.0301
CIE-Lab26.514541.7082-47.7815

#522589 color RGB value is (82,37,137).

#522589 hex color red value is 82, green value is 37 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #522589 hue: 0.74 , saturation: 0.57 and the lightness value of 522589 is 0.34.

The process color (four color CMYK) of #522589 color hex is 0.40, 0.73, 0.00, 0.46. Web safe color of #522589 is #663399. Color #522589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100101 10001001
Octal 122 45 211
Decimal 82 37 137
Hex 52 25 89

RGB Percentages of Color #522589

%32.03
%14.45
%53.52

CMYK Percentages of Color #522589

%40
%73
%0
%46

Triadic Colors of #522589

#522589 #895225 #258952

Analogous Colors of #522589

#522589 #842589 #252a89

Monochromatic Colors of #522589

#522589

Complementary Color

#522589 #5c8925

#522589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522589 Color CSS Codes

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

#522589 Text Font Color

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

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


#522589 Background Color

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

This div background color is #522589


#522589 Border Color

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

This div border color is #522589


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,37,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #522589; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #522589;
  -webkit-box-shadow: 1px 1px 3px 2px #522589;
  box-shadow:         1px 1px 3px 2px #522589; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,37,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522589


Comments

No comments written yet.

Please login to write comment.