Color Hex Logo

#520747 Color Hex

#520747
(82,7,71)
0 Favorites   0 Comments

Color spaces of #520747

RGB 82771
HSL0.860.840.17
HSV309°91°32°
CMYK 0.000.910.13   0.68
XYZ4.69302.40076.1773
Yxy2.40070.35360.1809
Hunter Lab15.494226.9506-12.7921
CIE-Lab17.463439.1926-19.1542

#520747 color RGB value is (82,7,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000111 01000111
Octal 122 7 107
Decimal 82 7 71
Hex 52 7 47

RGB Percentages of Color #520747

%51.25
%4.38
%44.38

CMYK Percentages of Color #520747

%0
%91
%13
%68

Triadic Colors of #520747

#520747 #475207 #074752

Analogous Colors of #520747

#520747 #520722 #380752

Monochromatic Colors of #520747

#520747

Complementary Color

#520747 #075212

#520747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520747 Color CSS Codes

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

#520747 Text Font Color

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

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


#520747 Background Color

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

This div background color is #520747


#520747 Border Color

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

This div border color is #520747


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,7,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 #520747">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520747


Comments

No comments written yet.

Please login to write comment.