Color Hex Logo

#a013ae Color Hex

#A013AE
(160,19,174)
0 Favorites   0 Comments

Color spaces of #a013ae

RGB 16019174
HSL0.820.800.38
HSV295°89°68°
CMYK 0.080.890.00   0.32
XYZ22.370110.995340.9877
Yxy10.99530.30090.1479
Hunter Lab33.159262.3926-50.0763
CIE-Lab39.572669.1702-48.5943

#a013ae color RGB value is (160,19,174).

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

The process color (four color CMYK) of #a013ae color hex is 0.08, 0.89, 0.00, 0.32. Web safe color of #a013ae is #990099. Color #a013ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 10101110
Octal 240 23 256
Decimal 160 19 174
Hex A0 13 AE

RGB Percentages of Color #a013ae

%45.33
%5.38
%49.29

CMYK Percentages of Color #a013ae

%8
%89
%0
%32

Triadic Colors of #a013ae

#a013ae #aea013 #13aea0

Analogous Colors of #a013ae

#a013ae #ae136f #5313ae

Monochromatic Colors of #a013ae

#a013ae

Complementary Color

#a013ae #21ae13

#a013ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a013ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a013ae Color CSS Codes

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

#a013ae Text Font Color

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

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


#a013ae Background Color

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

This div background color is #a013ae


#a013ae Border Color

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

This div border color is #a013ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a013ae


Comments

No comments written yet.

Please login to write comment.