Color Hex Logo

#ad096d Color Hex

#AD096D
(173,9,109)
0 Favorites   0 Comments

Color spaces of #ad096d

RGB 1739109
HSL0.900.900.36
HSV323°95°68°
CMYK 0.000.950.37   0.32
XYZ20.091610.183715.3747
Yxy10.18370.44010.2231
Hunter Lab31.911956.5370-6.2267
CIE-Lab38.170164.3565-10.7499

#ad096d color RGB value is (173,9,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 01101101
Octal 255 11 155
Decimal 173 9 109
Hex AD 9 6D

RGB Percentages of Color #ad096d

%59.45
%3.09
%37.46

CMYK Percentages of Color #ad096d

%0
%95
%37
%32

Triadic Colors of #ad096d

#ad096d #6dad09 #096dad

Analogous Colors of #ad096d

#ad096d #ad091b #9b09ad

Monochromatic Colors of #ad096d

#ad096d

Complementary Color

#ad096d #09ad49

#ad096d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad096d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad096d Color CSS Codes

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

#ad096d Text Font Color

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

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


#ad096d Background Color

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

This div background color is #ad096d


#ad096d Border Color

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

This div border color is #ad096d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad096d


Comments

No comments written yet.

Please login to write comment.