Color Hex Logo

#520399 Color Hex

#520399
(82,3,153)
0 Favorites   0 Comments

Color spaces of #520399

RGB 823153
HSL0.750.960.31
HSV272°98°60°
CMYK 0.460.980.00   0.40
XYZ9.26204.158930.4516
Yxy4.15890.21110.0948
Hunter Lab20.393445.3804-74.2571
CIE-Lab24.190056.8545-61.4986

#520399 color RGB value is (82,3,153).

#520399 hex color red value is 82, green value is 3 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #520399 hue: 0.75 , saturation: 0.96 and the lightness value of 520399 is 0.31.

The process color (four color CMYK) of #520399 color hex is 0.46, 0.98, 0.00, 0.40. Web safe color of #520399 is #660099. Color #520399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000011 10011001
Octal 122 3 231
Decimal 82 3 153
Hex 52 3 99

RGB Percentages of Color #520399

%34.45
%1.26
%64.29

CMYK Percentages of Color #520399

%46
%98
%0
%40

Triadic Colors of #520399

#520399 #995203 #039952

Analogous Colors of #520399

#520399 #990395 #070399

Monochromatic Colors of #520399

#520399

Complementary Color

#520399 #4a9903

#520399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520399 Color CSS Codes

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

#520399 Text Font Color

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

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


#520399 Background Color

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

This div background color is #520399


#520399 Border Color

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

This div border color is #520399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520399


Comments

No comments written yet.

Please login to write comment.