Color Hex Logo

#520397 Color Hex

#520397
(82,3,151)
0 Favorites   0 Comments

Color spaces of #520397

RGB 823151
HSL0.760.960.30
HSV272°98°59°
CMYK 0.460.980.00   0.41
XYZ9.09824.093329.5887
Yxy4.09330.21270.0957
Hunter Lab20.231944.8648-72.5479
CIE-Lab23.977556.4057-60.6176

#520397 color RGB value is (82,3,151).

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

The process color (four color CMYK) of #520397 color hex is 0.46, 0.98, 0.00, 0.41. Web safe color of #520397 is #660099. Color #520397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000011 10010111
Octal 122 3 227
Decimal 82 3 151
Hex 52 3 97

RGB Percentages of Color #520397

%34.75
%1.27
%63.98

CMYK Percentages of Color #520397

%46
%98
%0
%41

Triadic Colors of #520397

#520397 #975203 #039752

Analogous Colors of #520397

#520397 #970392 #080397

Monochromatic Colors of #520397

#520397

Complementary Color

#520397 #489703

#520397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520397 Color CSS Codes

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

#520397 Text Font Color

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

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


#520397 Background Color

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

This div background color is #520397


#520397 Border Color

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

This div border color is #520397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520397


Comments

No comments written yet.

Please login to write comment.