Color Hex Logo

#a02aae Color Hex

#A02AAE
(160,42,174)
0 Favorites   0 Comments

Color spaces of #a02aae

RGB 16042174
HSL0.820.610.42
HSV294°76°68°
CMYK 0.080.760.00   0.32
XYZ22.965212.185541.1860
Yxy12.18550.30080.1596
Hunter Lab34.907756.3435-45.5181
CIE-Lab41.509463.5351-45.4874

#a02aae color RGB value is (160,42,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 10101110
Octal 240 52 256
Decimal 160 42 174
Hex A0 2A AE

RGB Percentages of Color #a02aae

%42.55
%11.17
%46.28

CMYK Percentages of Color #a02aae

%8
%76
%0
%32

Triadic Colors of #a02aae

#a02aae #aea02a #2aaea0

Analogous Colors of #a02aae

#a02aae #ae2a7a #5e2aae

Monochromatic Colors of #a02aae

#a02aae

Complementary Color

#a02aae #38ae2a

#a02aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02aae Color CSS Codes

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

#a02aae Text Font Color

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

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


#a02aae Background Color

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

This div background color is #a02aae


#a02aae Border Color

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

This div border color is #a02aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02aae


Comments

No comments written yet.

Please login to write comment.