Color Hex Logo

#a053ad Color Hex

#A053AD
(160,83,173)
0 Favorites   0 Comments

Color spaces of #a053ad

RGB 16083173
HSL0.810.350.50
HSV291°52°68°
CMYK 0.080.520.00   0.32
XYZ25.133316.677241.4295
Yxy16.67720.30190.2004
Hunter Lab40.837738.3906-31.5628
CIE-Lab47.850745.7090-34.8387

#a053ad color RGB value is (160,83,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010011 10101101
Octal 240 123 255
Decimal 160 83 173
Hex A0 53 AD

RGB Percentages of Color #a053ad

%38.46
%19.95
%41.59

CMYK Percentages of Color #a053ad

%8
%52
%0
%32

Triadic Colors of #a053ad

#a053ad #ada053 #53ada0

Analogous Colors of #a053ad

#a053ad #ad538d #7353ad

Monochromatic Colors of #a053ad

#a053ad

Complementary Color

#a053ad #60ad53

#a053ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a053ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a053ad Color CSS Codes

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

#a053ad Text Font Color

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

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


#a053ad Background Color

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

This div background color is #a053ad


#a053ad Border Color

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

This div border color is #a053ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a053ad


Comments

No comments written yet.

Please login to write comment.