Color Hex Logo

#ad097a Color Hex

#AD097A
(173,9,122)
0 Favorites   0 Comments

Color spaces of #ad097a

RGB 1739122
HSL0.890.900.36
HSV319°95°68°
CMYK 0.000.950.29   0.32
XYZ20.844110.484819.3375
Yxy10.48480.41140.2069
Hunter Lab32.380258.2402-12.7419
CIE-Lab38.698865.7507-18.1116

#ad097a color RGB value is (173,9,122).

#ad097a hex color red value is 173, green value is 9 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ad097a hue: 0.89 , saturation: 0.90 and the lightness value of ad097a is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 01111010
Octal 255 11 172
Decimal 173 9 122
Hex AD 9 7A

RGB Percentages of Color #ad097a

%56.91
%2.96
%40.13

CMYK Percentages of Color #ad097a

%0
%95
%29
%32

Triadic Colors of #ad097a

#ad097a #7aad09 #097aad

Analogous Colors of #ad097a

#ad097a #ad0928 #8e09ad

Monochromatic Colors of #ad097a

#ad097a

Complementary Color

#ad097a #09ad3c

#ad097a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad097a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad097a Color CSS Codes

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

#ad097a Text Font Color

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

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


#ad097a Background Color

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

This div background color is #ad097a


#ad097a Border Color

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

This div border color is #ad097a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad097a


Comments

No comments written yet.

Please login to write comment.