Color Hex Logo

#522950 Color Hex

#522950
(82,41,80)
0 Favorites   0 Comments

Color spaces of #522950

RGB 824180
HSL0.840.330.24
HSV303°50°32°
CMYK 0.000.500.02   0.68
XYZ5.72063.95898.0521
Yxy3.95890.32260.2233
Hunter Lab19.897016.5010-10.0661
CIE-Lab23.535125.5367-15.7846

#522950 color RGB value is (82,41,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101001 01010000
Octal 122 51 120
Decimal 82 41 80
Hex 52 29 50

RGB Percentages of Color #522950

%40.39
%20.20
%39.41

CMYK Percentages of Color #522950

%0
%50
%2
%68

Triadic Colors of #522950

#522950 #505229 #295052

Analogous Colors of #522950

#522950 #52293c #402952

Monochromatic Colors of #522950

#522950

Complementary Color

#522950 #29522b

#522950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522950 Color CSS Codes

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

#522950 Text Font Color

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

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


#522950 Background Color

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

This div background color is #522950


#522950 Border Color

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

This div border color is #522950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522950


Comments

No comments written yet.

Please login to write comment.