Color Hex Logo

#a029ae Color Hex

#A029AE
(160,41,174)
0 Favorites   0 Comments

Color spaces of #a029ae

RGB 16041174
HSL0.820.620.42
HSV294°76°68°
CMYK 0.080.760.00   0.32
XYZ22.930112.115541.1744
Yxy12.11550.30080.1590
Hunter Lab34.807356.6780-45.7704
CIE-Lab41.399163.8519-45.6640

#a029ae color RGB value is (160,41,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101001 10101110
Octal 240 51 256
Decimal 160 41 174
Hex A0 29 AE

RGB Percentages of Color #a029ae

%42.67
%10.93
%46.40

CMYK Percentages of Color #a029ae

%8
%76
%0
%32

Triadic Colors of #a029ae

#a029ae #aea029 #29aea0

Analogous Colors of #a029ae

#a029ae #ae297a #5e29ae

Monochromatic Colors of #a029ae

#a029ae

Complementary Color

#a029ae #37ae29

#a029ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a029ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a029ae Color CSS Codes

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

#a029ae Text Font Color

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

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


#a029ae Background Color

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

This div background color is #a029ae


#a029ae Border Color

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

This div border color is #a029ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a029ae


Comments

No comments written yet.

Please login to write comment.