Color Hex Logo

#ad096b Color Hex

#AD096B
(173,9,107)
0 Favorites   0 Comments

Color spaces of #ad096b

RGB 1739107
HSL0.900.900.36
HSV324°95°68°
CMYK 0.000.950.38   0.32
XYZ19.985110.141114.8140
Yxy10.14110.44470.2257
Hunter Lab31.845156.2927-5.2895
CIE-Lab38.094564.1554-9.5986

#ad096b color RGB value is (173,9,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 01101011
Octal 255 11 153
Decimal 173 9 107
Hex AD 9 6B

RGB Percentages of Color #ad096b

%59.86
%3.11
%37.02

CMYK Percentages of Color #ad096b

%0
%95
%38
%32

Triadic Colors of #ad096b

#ad096b #6bad09 #096bad

Analogous Colors of #ad096b

#ad096b #ad0919 #9d09ad

Monochromatic Colors of #ad096b

#ad096b

Complementary Color

#ad096b #09ad4b

#ad096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad096b Color CSS Codes

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

#ad096b Text Font Color

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

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


#ad096b Background Color

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

This div background color is #ad096b


#ad096b Border Color

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

This div border color is #ad096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad096b


Comments

No comments written yet.

Please login to write comment.