Color Hex Logo

#ad687f Color Hex

#AD687F
(173,104,127)
0 Favorites   0 Comments

Color spaces of #ad687f

RGB 173104127
HSL0.940.300.54
HSV340°40°68°
CMYK 0.000.400.27   0.32
XYZ26.014720.317222.6292
Yxy20.31720.37720.2946
Hunter Lab45.074624.14031.7863
CIE-Lab52.194030.6966-0.8918

#ad687f color RGB value is (173,104,127).

#ad687f hex color red value is 173, green value is 104 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad687f hue: 0.94 , saturation: 0.30 and the lightness value of ad687f is 0.54.

The process color (four color CMYK) of #ad687f color hex is 0.00, 0.40, 0.27, 0.32. Web safe color of #ad687f is #996666. Color #ad687f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101000 01111111
Octal 255 150 177
Decimal 173 104 127
Hex AD 68 7F

RGB Percentages of Color #ad687f

%42.82
%25.74
%31.44

CMYK Percentages of Color #ad687f

%0
%40
%27
%32

Triadic Colors of #ad687f

#ad687f #7fad68 #687fad

Analogous Colors of #ad687f

#ad687f #ad7468 #ad68a2

Monochromatic Colors of #ad687f

#ad687f

Complementary Color

#ad687f #68ad96

#ad687f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad687f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad687f Color CSS Codes

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

#ad687f Text Font Color

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

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


#ad687f Background Color

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

This div background color is #ad687f


#ad687f Border Color

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

This div border color is #ad687f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad687f


Comments

No comments written yet.

Please login to write comment.