Color Hex Logo

#520624 Color Hex

#520624
(82,6,36)
0 Favorites   0 Comments

Color spaces of #520624

RGB 82636
HSL0.930.860.17
HSV336°93°32°
CMYK 0.000.930.56   0.68
XYZ3.86322.05151.8614
Yxy2.05150.49680.2638
Hunter Lab14.323123.07952.3209
CIE-Lab15.755235.03613.2287

#520624 color RGB value is (82,6,36).

#520624 hex color red value is 82, green value is 6 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #520624 hue: 0.93 , saturation: 0.86 and the lightness value of 520624 is 0.17.

The process color (four color CMYK) of #520624 color hex is 0.00, 0.93, 0.56, 0.68. Web safe color of #520624 is #660033. Color #520624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000110 00100100
Octal 122 6 44
Decimal 82 6 36
Hex 52 6 24

RGB Percentages of Color #520624

%66.13
%4.84
%29.03

CMYK Percentages of Color #520624

%0
%93
%56
%68

Triadic Colors of #520624

#520624 #245206 #062452

Analogous Colors of #520624

#520624 #520e06 #52064a

Monochromatic Colors of #520624

#520624

Complementary Color

#520624 #065234

#520624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520624 Color CSS Codes

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

#520624 Text Font Color

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

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


#520624 Background Color

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

This div background color is #520624


#520624 Border Color

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

This div border color is #520624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520624


Comments

No comments written yet.

Please login to write comment.