Color Hex Logo

#520595 Color Hex

#520595
(82,5,149)
0 Favorites   0 Comments

Color spaces of #520595

RGB 825149
HSL0.760.940.30
HSV272°97°58°
CMYK 0.450.970.00   0.42
XYZ8.95884.072328.7476
Yxy4.07230.21440.0975
Hunter Lab20.179943.9294-70.3364
CIE-Lab23.909055.5267-59.4964

#520595 color RGB value is (82,5,149).

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

The process color (four color CMYK) of #520595 color hex is 0.45, 0.97, 0.00, 0.42. Web safe color of #520595 is #660099. Color #520595 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000101 10010101
Octal 122 5 225
Decimal 82 5 149
Hex 52 5 95

RGB Percentages of Color #520595

%34.75
%2.12
%63.14

CMYK Percentages of Color #520595

%45
%97
%0
%42

Triadic Colors of #520595

#520595 #955205 #059552

Analogous Colors of #520595

#520595 #950590 #0a0595

Monochromatic Colors of #520595

#520595

Complementary Color

#520595 #489505

#520595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520595 Color CSS Codes

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

#520595 Text Font Color

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

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


#520595 Background Color

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

This div background color is #520595


#520595 Border Color

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

This div border color is #520595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520595


Comments

No comments written yet.

Please login to write comment.