Color Hex Logo

#a015ab Color Hex

#A015AB
(160,21,171)
0 Favorites   0 Comments

Color spaces of #a015ab

RGB 16021171
HSL0.820.780.38
HSV296°88°67°
CMYK 0.060.880.00   0.33
XYZ22.116110.950239.4760
Yxy10.95020.30490.1509
Hunter Lab33.091161.3893-47.5662
CIE-Lab39.496568.3253-46.9279

#a015ab color RGB value is (160,21,171).

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

The process color (four color CMYK) of #a015ab color hex is 0.06, 0.88, 0.00, 0.33. Web safe color of #a015ab is #990099. Color #a015ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 10101011
Octal 240 25 253
Decimal 160 21 171
Hex A0 15 AB

RGB Percentages of Color #a015ab

%45.45
%5.97
%48.58

CMYK Percentages of Color #a015ab

%6
%88
%0
%33

Triadic Colors of #a015ab

#a015ab #aba015 #15aba0

Analogous Colors of #a015ab

#a015ab #ab156b #5515ab

Monochromatic Colors of #a015ab

#a015ab

Complementary Color

#a015ab #20ab15

#a015ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015ab Color CSS Codes

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

#a015ab Text Font Color

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

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


#a015ab Background Color

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

This div background color is #a015ab


#a015ab Border Color

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

This div border color is #a015ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015ab


Comments

No comments written yet.

Please login to write comment.