Color Hex Logo

#520f62 Color Hex

#520F62
(82,15,98)
0 Favorites   0 Comments

Color spaces of #520f62

RGB 821598
HSL0.800.730.22
HSV288°85°38°
CMYK 0.160.850.00   0.62
XYZ5.85513.017311.8291
Yxy3.01730.28280.1458
Hunter Lab17.370429.7695-28.2168
CIE-Lab20.113041.8107-33.1681

#520f62 color RGB value is (82,15,98).

#520f62 hex color red value is 82, green value is 15 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #520f62 hue: 0.80 , saturation: 0.73 and the lightness value of 520f62 is 0.22.

The process color (four color CMYK) of #520f62 color hex is 0.16, 0.85, 0.00, 0.62. Web safe color of #520f62 is #660066. Color #520f62 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001111 01100010
Octal 122 17 142
Decimal 82 15 98
Hex 52 F 62

RGB Percentages of Color #520f62

%42.05
%7.69
%50.26

CMYK Percentages of Color #520f62

%16
%85
%0
%62

Triadic Colors of #520f62

#520f62 #62520f #0f6252

Analogous Colors of #520f62

#520f62 #620f49 #290f62

Monochromatic Colors of #520f62

#520f62

Complementary Color

#520f62 #1f620f

#520f62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520f62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520f62 Color CSS Codes

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

#520f62 Text Font Color

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

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


#520f62 Background Color

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

This div background color is #520f62


#520f62 Border Color

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

This div border color is #520f62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520f62


Comments

No comments written yet.

Please login to write comment.