Color Hex Logo

#a052ad Color Hex

#A052AD
(160,82,173)
0 Favorites   0 Comments

Color spaces of #a052ad

RGB 16082173
HSL0.810.360.50
HSV291°53°68°
CMYK 0.080.530.00   0.32
XYZ25.057316.525341.4042
Yxy16.52530.30190.1991
Hunter Lab40.651338.8868-31.9321
CIE-Lab47.656346.2233-35.1444

#a052ad color RGB value is (160,82,173).

#a052ad hex color red value is 160, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a052ad hue: 0.81 , saturation: 0.36 and the lightness value of a052ad is 0.50.

The process color (four color CMYK) of #a052ad color hex is 0.08, 0.53, 0.00, 0.32. Web safe color of #a052ad is #996699. Color #a052ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010010 10101101
Octal 240 122 255
Decimal 160 82 173
Hex A0 52 AD

RGB Percentages of Color #a052ad

%38.55
%19.76
%41.69

CMYK Percentages of Color #a052ad

%8
%53
%0
%32

Triadic Colors of #a052ad

#a052ad #ada052 #52ada0

Analogous Colors of #a052ad

#a052ad #ad528d #7352ad

Monochromatic Colors of #a052ad

#a052ad

Complementary Color

#a052ad #5fad52

#a052ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a052ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a052ad Color CSS Codes

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

#a052ad Text Font Color

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

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


#a052ad Background Color

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

This div background color is #a052ad


#a052ad Border Color

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

This div border color is #a052ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a052ad


Comments

No comments written yet.

Please login to write comment.