Color Hex Logo

#520449 Color Hex

#520449
(82,4,73)
0 Favorites   0 Comments

Color spaces of #520449

RGB 82473
HSL0.850.910.17
HSV307°95°32°
CMYK 0.000.950.11   0.68
XYZ4.72572.36176.5101
Yxy2.36170.34750.1737
Hunter Lab15.367827.9962-14.3589
CIE-Lab17.281240.4030-20.8244

#520449 color RGB value is (82,4,73).

#520449 hex color red value is 82, green value is 4 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #520449 hue: 0.85 , saturation: 0.91 and the lightness value of 520449 is 0.17.

The process color (four color CMYK) of #520449 color hex is 0.00, 0.95, 0.11, 0.68. Web safe color of #520449 is #660033. Color #520449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 01001001
Octal 122 4 111
Decimal 82 4 73
Hex 52 4 49

RGB Percentages of Color #520449

%51.57
%2.52
%45.91

CMYK Percentages of Color #520449

%0
%95
%11
%68

Triadic Colors of #520449

#520449 #495204 #044952

Analogous Colors of #520449

#520449 #520422 #340452

Monochromatic Colors of #520449

#520449

Complementary Color

#520449 #04520d

#520449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520449 Color CSS Codes

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

#520449 Text Font Color

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

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


#520449 Background Color

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

This div background color is #520449


#520449 Border Color

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

This div border color is #520449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520449


Comments

No comments written yet.

Please login to write comment.