Color Hex Logo

#520590 Color Hex

#520590
(82,5,144)
0 Favorites   0 Comments

Color spaces of #520590

RGB 825144
HSL0.760.930.29
HSV273°97°56°
CMYK 0.430.970.00   0.44
XYZ8.56803.916026.6898
Yxy3.91600.21870.1000
Hunter Lab19.788942.6547-66.1138
CIE-Lab23.391854.3983-57.2507

#520590 color RGB value is (82,5,144).

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

The process color (four color CMYK) of #520590 color hex is 0.43, 0.97, 0.00, 0.44. Web safe color of #520590 is #660099. Color #520590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000101 10010000
Octal 122 5 220
Decimal 82 5 144
Hex 52 5 90

RGB Percentages of Color #520590

%35.50
%2.16
%62.34

CMYK Percentages of Color #520590

%43
%97
%0
%44

Triadic Colors of #520590

#520590 #905205 #059052

Analogous Colors of #520590

#520590 #900589 #0d0590

Monochromatic Colors of #520590

#520590

Complementary Color

#520590 #439005

#520590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520590 Color CSS Codes

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

#520590 Text Font Color

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

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


#520590 Background Color

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

This div background color is #520590


#520590 Border Color

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

This div border color is #520590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520590


Comments

No comments written yet.

Please login to write comment.