Color Hex Logo

#a029ad Color Hex

#A029AD
(160,41,173)
0 Favorites   0 Comments

Color spaces of #a029ad

RGB 16041173
HSL0.820.620.42
HSV294°76°68°
CMYK 0.080.760.00   0.32
XYZ22.833012.076640.6627
Yxy12.07660.30210.1598
Hunter Lab34.751456.4664-45.0494
CIE-Lab41.337663.6770-45.1684

#a029ad color RGB value is (160,41,173).

#a029ad hex color red value is 160, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a029ad hue: 0.82 , saturation: 0.62 and the lightness value of a029ad is 0.42.

The process color (four color CMYK) of #a029ad color hex is 0.08, 0.76, 0.00, 0.32. Web safe color of #a029ad is #993399. Color #a029ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101001 10101101
Octal 240 51 255
Decimal 160 41 173
Hex A0 29 AD

RGB Percentages of Color #a029ad

%42.78
%10.96
%46.26

CMYK Percentages of Color #a029ad

%8
%76
%0
%32

Triadic Colors of #a029ad

#a029ad #ada029 #29ada0

Analogous Colors of #a029ad

#a029ad #ad2978 #5e29ad

Monochromatic Colors of #a029ad

#a029ad

Complementary Color

#a029ad #36ad29

#a029ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a029ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a029ad Color CSS Codes

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

#a029ad Text Font Color

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

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


#a029ad Background Color

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

This div background color is #a029ad


#a029ad Border Color

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

This div border color is #a029ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a029ad


Comments

No comments written yet.

Please login to write comment.