Color Hex Logo

#a002ad Color Hex

#A002AD
(160,2,173)
0 Favorites   0 Comments

Color spaces of #a002ad

RGB 1602173
HSL0.820.980.34
HSV295°99°68°
CMYK 0.080.990.00   0.32
XYZ22.061710.534140.4057
Yxy10.53410.30220.1443
Hunter Lab32.456364.5344-51.0923
CIE-Lab38.784471.1420-49.2664

#a002ad color RGB value is (160,2,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000010 10101101
Octal 240 2 255
Decimal 160 2 173
Hex A0 2 AD

RGB Percentages of Color #a002ad

%47.76
%0.60
%51.64

CMYK Percentages of Color #a002ad

%8
%99
%0
%32

Triadic Colors of #a002ad

#a002ad #ada002 #02ada0

Analogous Colors of #a002ad

#a002ad #ad0265 #4b02ad

Monochromatic Colors of #a002ad

#a002ad

Complementary Color

#a002ad #0fad02

#a002ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a002ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a002ad Color CSS Codes

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

#a002ad Text Font Color

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

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


#a002ad Background Color

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

This div background color is #a002ad


#a002ad Border Color

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

This div border color is #a002ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a002ad


Comments

No comments written yet.

Please login to write comment.