Color Hex Logo

#520099 Color Hex

#520099
(82,0,153)
1 Favorites   0 Comments

Color spaces of #520099

RGB 820153
HSL0.761.000.30
HSV272°100°60°
CMYK 0.461.000.00   0.40
XYZ9.22944.093730.4407
Yxy4.09370.21090.0935
Hunter Lab20.232946.0167-75.0397
CIE-Lab23.978857.4942-61.8470

#520099 color RGB value is (82,0,153).

#520099 hex color red value is 82, green value is 0 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #520099 hue: 0.76 , saturation: 1.00 and the lightness value of 520099 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000000 10011001
Octal 122 0 231
Decimal 82 0 153
Hex 52 0 99

RGB Percentages of Color #520099

%34.89
%0.00
%65.11

CMYK Percentages of Color #520099

%46
%100
%0
%40

Triadic Colors of #520099

#520099 #995200 #009952

Analogous Colors of #520099

#520099 #990094 #050099

Monochromatic Colors of #520099

#520099

Complementary Color

#520099 #479900

#520099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520099 Color CSS Codes

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

#520099 Text Font Color

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

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


#520099 Background Color

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

This div background color is #520099


#520099 Border Color

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

This div border color is #520099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,0,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 #520099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520099


Comments

No comments written yet.

Please login to write comment.