Color Hex Logo

#520c2c Color Hex

#520C2C
(82,12,44)
0 Favorites   0 Comments

Color spaces of #520c2c

RGB 821244
HSL0.920.740.18
HSV333°85°32°
CMYK 0.000.850.46   0.68
XYZ4.06582.23862.6007
Yxy2.23860.45660.2514
Hunter Lab14.962022.32260.1675
CIE-Lab16.692733.9496-1.2313

#520c2c color RGB value is (82,12,44).

#520c2c hex color red value is 82, green value is 12 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #520c2c hue: 0.92 , saturation: 0.74 and the lightness value of 520c2c is 0.18.

The process color (four color CMYK) of #520c2c color hex is 0.00, 0.85, 0.46, 0.68. Web safe color of #520c2c is #660033. Color #520c2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001100 00101100
Octal 122 14 54
Decimal 82 12 44
Hex 52 C 2C

RGB Percentages of Color #520c2c

%59.42
%8.70
%31.88

CMYK Percentages of Color #520c2c

%0
%85
%46
%68

Triadic Colors of #520c2c

#520c2c #2c520c #0c2c52

Analogous Colors of #520c2c

#520c2c #520f0c #520c4f

Monochromatic Colors of #520c2c

#520c2c

Complementary Color

#520c2c #0c5232

#520c2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520c2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#520c2c Color CSS Codes

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

#520c2c Text Font Color

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

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


#520c2c Background Color

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

This div background color is #520c2c


#520c2c Border Color

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

This div border color is #520c2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,12,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #520c2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #520c2c;
  -webkit-box-shadow: 1px 1px 3px 2px #520c2c;
  box-shadow:         1px 1px 3px 2px #520c2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520c2c


Comments

No comments written yet.

Please login to write comment.