Color Hex Logo

#520547 Color Hex

#520547
(82,5,71)
0 Favorites   0 Comments

Color spaces of #520547

RGB 82571
HSL0.860.890.17
HSV309°94°32°
CMYK 0.000.940.13   0.68
XYZ4.67132.35736.1700
Yxy2.35730.35390.1786
Hunter Lab15.353527.4400-13.0790
CIE-Lab17.260639.7839-19.4737

#520547 color RGB value is (82,5,71).

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

The process color (four color CMYK) of #520547 color hex is 0.00, 0.94, 0.13, 0.68. Web safe color of #520547 is #660033. Color #520547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000101 01000111
Octal 122 5 107
Decimal 82 5 71
Hex 52 5 47

RGB Percentages of Color #520547

%51.90
%3.16
%44.94

CMYK Percentages of Color #520547

%0
%94
%13
%68

Triadic Colors of #520547

#520547 #475205 #054752

Analogous Colors of #520547

#520547 #520521 #360552

Monochromatic Colors of #520547

#520547

Complementary Color

#520547 #055210

#520547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520547 Color CSS Codes

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

#520547 Text Font Color

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

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


#520547 Background Color

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

This div background color is #520547


#520547 Border Color

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

This div border color is #520547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520547


Comments

No comments written yet.

Please login to write comment.