Color Hex Logo

#520c44 Color Hex

#520C44
(82,12,68)
0 Favorites   0 Comments

Color spaces of #520c44

RGB 821268
HSL0.870.740.18
HSV312°85°32°
CMYK 0.000.850.17   0.68
XYZ4.65452.47415.7011
Yxy2.47410.36280.1928
Hunter Lab15.729325.2943-10.4793
CIE-Lab17.801137.2343-16.5443

#520c44 color RGB value is (82,12,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001100 01000100
Octal 122 14 104
Decimal 82 12 68
Hex 52 C 44

RGB Percentages of Color #520c44

%50.62
%7.41
%41.98

CMYK Percentages of Color #520c44

%0
%85
%17
%68

Triadic Colors of #520c44

#520c44 #44520c #0c4452

Analogous Colors of #520c44

#520c44 #520c21 #3d0c52

Monochromatic Colors of #520c44

#520c44

Complementary Color

#520c44 #0c521a

#520c44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520c44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520c44 Color CSS Codes

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

#520c44 Text Font Color

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

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


#520c44 Background Color

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

This div background color is #520c44


#520c44 Border Color

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

This div border color is #520c44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520c44


Comments

No comments written yet.

Please login to write comment.