Color Hex Logo

#ad6f7f Color Hex

#AD6F7F
(173,111,127)
0 Favorites   0 Comments

Color spaces of #ad6f7f

RGB 173111127
HSL0.960.270.56
HSV345°36°68°
CMYK 0.000.360.27   0.32
XYZ26.748821.785422.8739
Yxy21.78540.37460.3051
Hunter Lab46.674820.61533.6162
CIE-Lab53.798626.80551.4492

#ad6f7f color RGB value is (173,111,127).

#ad6f7f hex color red value is 173, green value is 111 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad6f7f hue: 0.96 , saturation: 0.27 and the lightness value of ad6f7f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101111 01111111
Octal 255 157 177
Decimal 173 111 127
Hex AD 6F 7F

RGB Percentages of Color #ad6f7f

%42.09
%27.01
%30.90

CMYK Percentages of Color #ad6f7f

%0
%36
%27
%32

Triadic Colors of #ad6f7f

#ad6f7f #7fad6f #6f7fad

Analogous Colors of #ad6f7f

#ad6f7f #ad7e6f #ad6f9e

Monochromatic Colors of #ad6f7f

#ad6f7f

Complementary Color

#ad6f7f #6fad9d

#ad6f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6f7f Color CSS Codes

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

#ad6f7f Text Font Color

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

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


#ad6f7f Background Color

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

This div background color is #ad6f7f


#ad6f7f Border Color

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

This div border color is #ad6f7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6f7f

#ad6f7f Color Palettes


Comments

No comments written yet.

Please login to write comment.