Color Hex Logo

#ad667f Color Hex

#AD667F
(173,102,127)
0 Favorites   0 Comments

Color spaces of #ad667f

RGB 173102127
HSL0.940.300.54
HSV339°41°68°
CMYK 0.000.410.27   0.32
XYZ25.815719.919322.5628
Yxy19.91930.37800.2917
Hunter Lab44.631025.14451.2682
CIE-Lab51.745831.7982-1.5485

#ad667f color RGB value is (173,102,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 01111111
Octal 255 146 177
Decimal 173 102 127
Hex AD 66 7F

RGB Percentages of Color #ad667f

%43.03
%25.37
%31.59

CMYK Percentages of Color #ad667f

%0
%41
%27
%32

Triadic Colors of #ad667f

#ad667f #7fad66 #667fad

Analogous Colors of #ad667f

#ad667f #ad7166 #ad66a3

Monochromatic Colors of #ad667f

#ad667f

Complementary Color

#ad667f #66ad94

#ad667f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad667f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad667f Color CSS Codes

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

#ad667f Text Font Color

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

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


#ad667f Background Color

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

This div background color is #ad667f


#ad667f Border Color

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

This div border color is #ad667f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad667f


Comments

No comments written yet.

Please login to write comment.