Color Hex Logo

#520169 Color Hex

#520169
(82,1,105)
0 Favorites   0 Comments

Color spaces of #520169

RGB 821105
HSL0.800.980.21
HSV287°99°41°
CMYK 0.220.990.00   0.59
XYZ6.04032.835513.5935
Yxy2.83550.26880.1262
Hunter Lab16.838934.5616-36.0755
CIE-Lab19.372747.0624-38.9713

#520169 color RGB value is (82,1,105).

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

The process color (four color CMYK) of #520169 color hex is 0.22, 0.99, 0.00, 0.59. Web safe color of #520169 is #660066. Color #520169 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000001 01101001
Octal 122 1 151
Decimal 82 1 105
Hex 52 1 69

RGB Percentages of Color #520169

%43.62
%0.53
%55.85

CMYK Percentages of Color #520169

%22
%99
%0
%59

Triadic Colors of #520169

#520169 #695201 #016952

Analogous Colors of #520169

#520169 #69014c #1e0169

Monochromatic Colors of #520169

#520169

Complementary Color

#520169 #186901

#520169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520169 Color CSS Codes

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

#520169 Text Font Color

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

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


#520169 Background Color

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

This div background color is #520169


#520169 Border Color

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

This div border color is #520169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520169


Comments

No comments written yet.

Please login to write comment.