Color Hex Logo

#ad476f Color Hex

#AD476F
(173,71,111)
0 Favorites   0 Comments

Color spaces of #ad476f

RGB 17371111
HSL0.930.420.48
HSV336°59°68°
CMYK 0.000.590.36   0.32
XYZ22.356114.538416.6668
Yxy14.53840.41740.2714
Hunter Lab38.129337.93270.7740
CIE-Lab44.995445.7315-1.8217

#ad476f color RGB value is (173,71,111).

#ad476f hex color red value is 173, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad476f hue: 0.93 , saturation: 0.42 and the lightness value of ad476f is 0.48.

The process color (four color CMYK) of #ad476f color hex is 0.00, 0.59, 0.36, 0.32. Web safe color of #ad476f is #993366. Color #ad476f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000111 01101111
Octal 255 107 157
Decimal 173 71 111
Hex AD 47 6F

RGB Percentages of Color #ad476f

%48.73
%20.00
%31.27

CMYK Percentages of Color #ad476f

%0
%59
%36
%32

Triadic Colors of #ad476f

#ad476f #6fad47 #476fad

Analogous Colors of #ad476f

#ad476f #ad5247 #ad47a2

Monochromatic Colors of #ad476f

#ad476f

Complementary Color

#ad476f #47ad85

#ad476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad476f Color CSS Codes

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

#ad476f Text Font Color

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

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


#ad476f Background Color

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

This div background color is #ad476f


#ad476f Border Color

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

This div border color is #ad476f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad476f


Comments

No comments written yet.

Please login to write comment.