Color Hex Logo

#ad007a Color Hex

#AD007A
(173,0,122)
0 Favorites   0 Comments

Color spaces of #ad007a

RGB 1730122
HSL0.881.000.34
HSV318°100°68°
CMYK 0.001.000.29   0.32
XYZ20.746410.289419.3049
Yxy10.28940.41210.2044
Hunter Lab32.077159.3130-13.2284
CIE-Lab38.356966.7527-18.6380

#ad007a color RGB value is (173,0,122).

#ad007a hex color red value is 173, green value is 0 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ad007a hue: 0.88 , saturation: 1.00 and the lightness value of ad007a is 0.34.

The process color (four color CMYK) of #ad007a color hex is 0.00, 1.00, 0.29, 0.32. Web safe color of #ad007a is #990066. Color #ad007a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 01111010
Octal 255 0 172
Decimal 173 0 122
Hex AD 0 7A

RGB Percentages of Color #ad007a

%58.64
%0.00
%41.36

CMYK Percentages of Color #ad007a

%0
%100
%29
%32

Triadic Colors of #ad007a

#ad007a #7aad00 #007aad

Analogous Colors of #ad007a

#ad007a #ad0023 #8a00ad

Monochromatic Colors of #ad007a

#ad007a

Complementary Color

#ad007a #00ad33

#ad007a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad007a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad007a Color CSS Codes

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

#ad007a Text Font Color

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

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


#ad007a Background Color

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

This div background color is #ad007a


#ad007a Border Color

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

This div border color is #ad007a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad007a


Comments

No comments written yet.

Please login to write comment.