Color Hex Logo

#522859 Color Hex

#522859
(82,40,89)
0 Favorites   0 Comments

Color spaces of #522859

RGB 824089
HSL0.810.380.25
HSV291°55°35°
CMYK 0.080.550.00   0.65
XYZ6.04164.03279.9112
Yxy4.03270.30230.2018
Hunter Lab20.081618.5594-15.2053
CIE-Lab23.779328.0829-21.3825

#522859 color RGB value is (82,40,89).

#522859 hex color red value is 82, green value is 40 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #522859 hue: 0.81 , saturation: 0.38 and the lightness value of 522859 is 0.25.

The process color (four color CMYK) of #522859 color hex is 0.08, 0.55, 0.00, 0.65. Web safe color of #522859 is #663366. Color #522859 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101000 01011001
Octal 122 50 131
Decimal 82 40 89
Hex 52 28 59

RGB Percentages of Color #522859

%38.86
%18.96
%42.18

CMYK Percentages of Color #522859

%8
%55
%0
%65

Triadic Colors of #522859

#522859 #595228 #285952

Analogous Colors of #522859

#522859 #592848 #392859

Monochromatic Colors of #522859

#522859

Complementary Color

#522859 #2f5928

#522859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522859 Color CSS Codes

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

#522859 Text Font Color

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

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


#522859 Background Color

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

This div background color is #522859


#522859 Border Color

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

This div border color is #522859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522859


Comments

No comments written yet.

Please login to write comment.