Color Hex Logo

#520369 Color Hex

#520369
(82,3,105)
0 Favorites   0 Comments

Color spaces of #520369

RGB 823105
HSL0.800.940.21
HSV286°97°41°
CMYK 0.220.970.00   0.59
XYZ6.06202.878913.6008
Yxy2.87890.26890.1277
Hunter Lab16.967334.0808-35.6490
CIE-Lab19.552246.5271-38.6796

#520369 color RGB value is (82,3,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000011 01101001
Octal 122 3 151
Decimal 82 3 105
Hex 52 3 69

RGB Percentages of Color #520369

%43.16
%1.58
%55.26

CMYK Percentages of Color #520369

%22
%97
%0
%59

Triadic Colors of #520369

#520369 #695203 #036952

Analogous Colors of #520369

#520369 #69034d #1f0369

Monochromatic Colors of #520369

#520369

Complementary Color

#520369 #1a6903

#520369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520369 Color CSS Codes

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

#520369 Text Font Color

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

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


#520369 Background Color

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

This div background color is #520369


#520369 Border Color

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

This div border color is #520369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520369


Comments

No comments written yet.

Please login to write comment.