Color Hex Logo

#520568 Color Hex

#520568
(82,5,104)
0 Favorites   0 Comments

Color spaces of #520568

RGB 825104
HSL0.800.910.21
HSV287°95°41°
CMYK 0.210.950.00   0.59
XYZ6.03262.901913.3389
Yxy2.90190.27080.1303
Hunter Lab17.035033.4011-34.5014
CIE-Lab19.646745.7966-37.8709

#520568 color RGB value is (82,5,104).

#520568 hex color red value is 82, green value is 5 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #520568 hue: 0.80 , saturation: 0.91 and the lightness value of 520568 is 0.21.

The process color (four color CMYK) of #520568 color hex is 0.21, 0.95, 0.00, 0.59. Web safe color of #520568 is #660066. Color #520568 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000101 01101000
Octal 122 5 150
Decimal 82 5 104
Hex 52 5 68

RGB Percentages of Color #520568

%42.93
%2.62
%54.45

CMYK Percentages of Color #520568

%21
%95
%0
%59

Triadic Colors of #520568

#520568 #685205 #056852

Analogous Colors of #520568

#520568 #68054d #210568

Monochromatic Colors of #520568

#520568

Complementary Color

#520568 #1b6805

#520568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520568 Color CSS Codes

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

#520568 Text Font Color

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

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


#520568 Background Color

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

This div background color is #520568


#520568 Border Color

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

This div border color is #520568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520568


Comments

No comments written yet.

Please login to write comment.