Color Hex Logo

#a014ab Color Hex

#A014AB
(160,20,171)
0 Favorites   0 Comments

Color spaces of #a014ab

RGB 16020171
HSL0.820.790.37
HSV296°88°67°
CMYK 0.060.880.00   0.33
XYZ22.098010.914239.4700
Yxy10.91420.30490.1506
Hunter Lab33.036661.5834-47.7101
CIE-Lab39.435668.5038-47.0256

#a014ab color RGB value is (160,20,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010100 10101011
Octal 240 24 253
Decimal 160 20 171
Hex A0 14 AB

RGB Percentages of Color #a014ab

%45.58
%5.70
%48.72

CMYK Percentages of Color #a014ab

%6
%88
%0
%33

Triadic Colors of #a014ab

#a014ab #aba014 #14aba0

Analogous Colors of #a014ab

#a014ab #ab146b #5514ab

Monochromatic Colors of #a014ab

#a014ab

Complementary Color

#a014ab #1fab14

#a014ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a014ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a014ab Color CSS Codes

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

#a014ab Text Font Color

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

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


#a014ab Background Color

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

This div background color is #a014ab


#a014ab Border Color

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

This div border color is #a014ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a014ab


Comments

No comments written yet.

Please login to write comment.