Color Hex Logo

#522951 Color Hex

#522951
(82,41,81)
0 Favorites   0 Comments

Color spaces of #522951

RGB 824181
HSL0.840.330.24
HSV301°50°32°
CMYK 0.000.500.01   0.68
XYZ5.75783.97388.2481
Yxy3.97380.32020.2210
Hunter Lab19.934416.6723-10.5779
CIE-Lab23.584625.7470-16.3748

#522951 color RGB value is (82,41,81).

#522951 hex color red value is 82, green value is 41 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #522951 hue: 0.84 , saturation: 0.33 and the lightness value of 522951 is 0.24.

The process color (four color CMYK) of #522951 color hex is 0.00, 0.50, 0.01, 0.68. Web safe color of #522951 is #663366. Color #522951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101001 01010001
Octal 122 51 121
Decimal 82 41 81
Hex 52 29 51

RGB Percentages of Color #522951

%40.20
%20.10
%39.71

CMYK Percentages of Color #522951

%0
%50
%1
%68

Triadic Colors of #522951

#522951 #515229 #295152

Analogous Colors of #522951

#522951 #52293d #3f2952

Monochromatic Colors of #522951

#522951

Complementary Color

#522951 #29522a

#522951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522951 Color CSS Codes

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

#522951 Text Font Color

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

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


#522951 Background Color

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

This div background color is #522951


#522951 Border Color

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

This div border color is #522951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522951


Comments

No comments written yet.

Please login to write comment.