Color Hex Logo

#520466 Color Hex

#520466
(82,4,102)
0 Favorites   0 Comments

Color spaces of #520466

RGB 824102
HSL0.800.920.21
HSV288°96°40°
CMYK 0.200.960.00   0.60
XYZ5.92142.840012.8065
Yxy2.84000.27450.1317
Hunter Lab16.852333.2281-33.2594
CIE-Lab19.391445.6639-36.9715

#520466 color RGB value is (82,4,102).

#520466 hex color red value is 82, green value is 4 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #520466 hue: 0.80 , saturation: 0.92 and the lightness value of 520466 is 0.21.

The process color (four color CMYK) of #520466 color hex is 0.20, 0.96, 0.00, 0.60. Web safe color of #520466 is #660066. Color #520466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 01100110
Octal 122 4 146
Decimal 82 4 102
Hex 52 4 66

RGB Percentages of Color #520466

%43.62
%2.13
%54.26

CMYK Percentages of Color #520466

%20
%96
%0
%60

Triadic Colors of #520466

#520466 #665204 #046652

Analogous Colors of #520466

#520466 #660449 #210466

Monochromatic Colors of #520466

#520466

Complementary Color

#520466 #186604

#520466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520466 Color CSS Codes

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

#520466 Text Font Color

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

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


#520466 Background Color

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

This div background color is #520466


#520466 Border Color

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

This div border color is #520466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520466

#520466 Color Palettes


Comments

No comments written yet.

Please login to write comment.