Color Hex Logo

#ad086f Color Hex

#AD086F
(173,8,111)
0 Favorites   0 Comments

Color spaces of #ad086f

RGB 1738111
HSL0.900.910.35
HSV323°95°68°
CMYK 0.000.950.36   0.32
XYZ20.189710.205615.9447
Yxy10.20560.43570.2202
Hunter Lab31.946256.9045-7.2299
CIE-Lab38.208964.6733-11.9545

#ad086f color RGB value is (173,8,111).

#ad086f hex color red value is 173, green value is 8 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad086f hue: 0.90 , saturation: 0.91 and the lightness value of ad086f is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 01101111
Octal 255 10 157
Decimal 173 8 111
Hex AD 8 6F

RGB Percentages of Color #ad086f

%59.25
%2.74
%38.01

CMYK Percentages of Color #ad086f

%0
%95
%36
%32

Triadic Colors of #ad086f

#ad086f #6fad08 #086fad

Analogous Colors of #ad086f

#ad086f #ad081c #9908ad

Monochromatic Colors of #ad086f

#ad086f

Complementary Color

#ad086f #08ad46

#ad086f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad086f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad086f Color CSS Codes

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

#ad086f Text Font Color

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

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


#ad086f Background Color

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

This div background color is #ad086f


#ad086f Border Color

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

This div border color is #ad086f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad086f


Comments

No comments written yet.

Please login to write comment.