Color Hex Logo

#a015ae Color Hex

#A015AE
(160,21,174)
0 Favorites   0 Comments

Color spaces of #a015ae

RGB 16021174
HSL0.820.780.38
HSV295°88°68°
CMYK 0.080.880.00   0.32
XYZ22.405411.065940.9994
Yxy11.06590.30090.1486
Hunter Lab33.265462.0112-49.7886
CIE-Lab39.691268.8209-48.4034

#a015ae color RGB value is (160,21,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 10101110
Octal 240 25 256
Decimal 160 21 174
Hex A0 15 AE

RGB Percentages of Color #a015ae

%45.07
%5.92
%49.01

CMYK Percentages of Color #a015ae

%8
%88
%0
%32

Triadic Colors of #a015ae

#a015ae #aea015 #15aea0

Analogous Colors of #a015ae

#a015ae #ae1570 #5315ae

Monochromatic Colors of #a015ae

#a015ae

Complementary Color

#a015ae #23ae15

#a015ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015ae Color CSS Codes

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

#a015ae Text Font Color

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

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


#a015ae Background Color

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

This div background color is #a015ae


#a015ae Border Color

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

This div border color is #a015ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015ae


Comments

No comments written yet.

Please login to write comment.