Color Hex Logo

#520470 Color Hex

#520470
(82,4,112)
0 Favorites   0 Comments

Color spaces of #520470

RGB 824112
HSL0.790.930.23
HSV283°96°44°
CMYK 0.270.960.00   0.56
XYZ6.44773.050515.5782
Yxy3.05050.25710.1216
Hunter Lab17.465735.3308-40.6567
CIE-Lab20.245047.6910-42.1128

#520470 color RGB value is (82,4,112).

#520470 hex color red value is 82, green value is 4 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #520470 hue: 0.79 , saturation: 0.93 and the lightness value of 520470 is 0.23.

The process color (four color CMYK) of #520470 color hex is 0.27, 0.96, 0.00, 0.56. Web safe color of #520470 is #660066. Color #520470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 01110000
Octal 122 4 160
Decimal 82 4 112
Hex 52 4 70

RGB Percentages of Color #520470

%41.41
%2.02
%56.57

CMYK Percentages of Color #520470

%27
%96
%0
%56

Triadic Colors of #520470

#520470 #705204 #047052

Analogous Colors of #520470

#520470 #700458 #1c0470

Monochromatic Colors of #520470

#520470

Complementary Color

#520470 #227004

#520470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520470 Color CSS Codes

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

#520470 Text Font Color

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

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


#520470 Background Color

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

This div background color is #520470


#520470 Border Color

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

This div border color is #520470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520470


Comments

No comments written yet.

Please login to write comment.