Color Hex Logo

#520779 Color Hex

#520779
(82,7,121)
0 Favorites   0 Comments

Color spaces of #520779

RGB 827121
HSL0.780.890.25
HSV279°94°47°
CMYK 0.320.940.00   0.53
XYZ7.00683.326318.3619
Yxy3.32630.24420.1159
Hunter Lab18.238136.6600-46.9256
CIE-Lab21.306048.8494-46.1760

#520779 color RGB value is (82,7,121).

#520779 hex color red value is 82, green value is 7 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #520779 hue: 0.78 , saturation: 0.89 and the lightness value of 520779 is 0.25.

The process color (four color CMYK) of #520779 color hex is 0.32, 0.94, 0.00, 0.53. Web safe color of #520779 is #660066. Color #520779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000111 01111001
Octal 122 7 171
Decimal 82 7 121
Hex 52 7 79

RGB Percentages of Color #520779

%39.05
%3.33
%57.62

CMYK Percentages of Color #520779

%32
%94
%0
%53

Triadic Colors of #520779

#520779 #795207 #077952

Analogous Colors of #520779

#520779 #790767 #190779

Monochromatic Colors of #520779

#520779

Complementary Color

#520779 #2e7907

#520779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520779 Color CSS Codes

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

#520779 Text Font Color

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

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


#520779 Background Color

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

This div background color is #520779


#520779 Border Color

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

This div border color is #520779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520779


Comments

No comments written yet.

Please login to write comment.