Color Hex Logo

#a002ab Color Hex

#A002AB
(160,2,171)
0 Favorites   0 Comments

Color spaces of #a002ab

RGB 1602171
HSL0.820.980.34
HSV296°99°67°
CMYK 0.060.990.00   0.33
XYZ21.869610.457339.3939
Yxy10.45730.30490.1458
Hunter Lab32.337764.1262-49.5908
CIE-Lab38.651070.8228-48.2867

#a002ab color RGB value is (160,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000010 10101011
Octal 240 2 253
Decimal 160 2 171
Hex A0 2 AB

RGB Percentages of Color #a002ab

%48.05
%0.60
%51.35

CMYK Percentages of Color #a002ab

%6
%99
%0
%33

Triadic Colors of #a002ab

#a002ab #aba002 #02aba0

Analogous Colors of #a002ab

#a002ab #ab0262 #4c02ab

Monochromatic Colors of #a002ab

#a002ab

Complementary Color

#a002ab #0dab02

#a002ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a002ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a002ab Color CSS Codes

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

#a002ab Text Font Color

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

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


#a002ab Background Color

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

This div background color is #a002ab


#a002ab Border Color

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

This div border color is #a002ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a002ab


Comments

No comments written yet.

Please login to write comment.