Color Hex Logo

#520c2d Color Hex

#520C2D
(82,12,45)
0 Favorites   0 Comments

Color spaces of #520c2d

RGB 821245
HSL0.920.740.18
HSV332°85°32°
CMYK 0.000.850.45   0.68
XYZ4.08482.24622.7009
Yxy2.24620.45230.2487
Hunter Lab14.987322.4224-0.1937
CIE-Lab16.729634.0623-1.8980

#520c2d color RGB value is (82,12,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001100 00101101
Octal 122 14 55
Decimal 82 12 45
Hex 52 C 2D

RGB Percentages of Color #520c2d

%58.99
%8.63
%32.37

CMYK Percentages of Color #520c2d

%0
%85
%45
%68

Triadic Colors of #520c2d

#520c2d #2d520c #0c2d52

Analogous Colors of #520c2d

#520c2d #520e0c #520c50

Monochromatic Colors of #520c2d

#520c2d

Complementary Color

#520c2d #0c5231

#520c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#520c2d Color CSS Codes

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

#520c2d Text Font Color

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

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


#520c2d Background Color

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

This div background color is #520c2d


#520c2d Border Color

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

This div border color is #520c2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520c2d


Comments

No comments written yet.

Please login to write comment.