Color Hex Logo

#522979 Color Hex

#522979
(82,41,121)
0 Favorites   0 Comments

Color spaces of #522979

RGB 8241121
HSL0.750.490.32
HSV271°66°47°
CMYK 0.320.660.00   0.53
XYZ7.72384.760218.6009
Yxy4.76020.24850.1531
Hunter Lab21.817925.0099-35.2753
CIE-Lab26.040435.3629-38.4906

#522979 color RGB value is (82,41,121).

#522979 hex color red value is 82, green value is 41 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #522979 hue: 0.75 , saturation: 0.49 and the lightness value of 522979 is 0.32.

The process color (four color CMYK) of #522979 color hex is 0.32, 0.66, 0.00, 0.53. Web safe color of #522979 is #663366. Color #522979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101001 01111001
Octal 122 51 171
Decimal 82 41 121
Hex 52 29 79

RGB Percentages of Color #522979

%33.61
%16.80
%49.59

CMYK Percentages of Color #522979

%32
%66
%0
%53

Triadic Colors of #522979

#522979 #795229 #297952

Analogous Colors of #522979

#522979 #792978 #2a2979

Monochromatic Colors of #522979

#522979

Complementary Color

#522979 #507929

#522979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522979 Color CSS Codes

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

#522979 Text Font Color

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

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


#522979 Background Color

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

This div background color is #522979


#522979 Border Color

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

This div border color is #522979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522979


Comments

No comments written yet.

Please login to write comment.