Color Hex Logo

#ad006a Color Hex

#AD006A
(173,0,106)
0 Favorites   0 Comments

Color spaces of #ad006a

RGB 1730106
HSL0.901.000.34
HSV323°100°68°
CMYK 0.001.000.39   0.32
XYZ19.83519.924814.5059
Yxy9.92480.44810.2242
Hunter Lab31.503757.2545-5.2476
CIE-Lab37.707165.0793-9.5483

#ad006a color RGB value is (173,0,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 01101010
Octal 255 0 152
Decimal 173 0 106
Hex AD 0 6A

RGB Percentages of Color #ad006a

%62.01
%0.00
%37.99

CMYK Percentages of Color #ad006a

%0
%100
%39
%32

Triadic Colors of #ad006a

#ad006a #6aad00 #006aad

Analogous Colors of #ad006a

#ad006a #ad0014 #9a00ad

Monochromatic Colors of #ad006a

#ad006a

Complementary Color

#ad006a #00ad43

#ad006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad006a Color CSS Codes

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

#ad006a Text Font Color

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

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


#ad006a Background Color

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

This div background color is #ad006a


#ad006a Border Color

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

This div border color is #ad006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad006a


Comments

No comments written yet.

Please login to write comment.