Color Hex Logo

#520abc Color Hex

#520ABC
(82,10,188)
0 Favorites   0 Comments

Color spaces of #520abc

RGB 8210188
HSL0.730.900.39
HSV264°95°74°
CMYK 0.560.950.00   0.26
XYZ12.66535.641847.9984
Yxy5.64180.19100.0851
Hunter Lab23.752553.6130-103.1850
CIE-Lab28.490263.6173-75.5060

#520abc color RGB value is (82,10,188).

#520abc hex color red value is 82, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #520abc hue: 0.73 , saturation: 0.90 and the lightness value of 520abc is 0.39.

The process color (four color CMYK) of #520abc color hex is 0.56, 0.95, 0.00, 0.26. Web safe color of #520abc is #6600cc. Color #520abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001010 10111100
Octal 122 12 274
Decimal 82 10 188
Hex 52 A BC

RGB Percentages of Color #520abc

%29.29
%3.57
%67.14

CMYK Percentages of Color #520abc

%56
%95
%0
%26

Triadic Colors of #520abc

#520abc #bc520a #0abc52

Analogous Colors of #520abc

#520abc #ab0abc #0a1bbc

Monochromatic Colors of #520abc

#520abc

Complementary Color

#520abc #74bc0a

#520abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#520abc Color CSS Codes

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

#520abc Text Font Color

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

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


#520abc Background Color

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

This div background color is #520abc


#520abc Border Color

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

This div border color is #520abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520abc


Comments

No comments written yet.

Please login to write comment.