Color Hex Logo

#ad667c Color Hex

#AD667C
(173,102,124)
0 Favorites   0 Comments

Color spaces of #ad667c

RGB 173102124
HSL0.950.300.54
HSV341°41°68°
CMYK 0.000.410.28   0.32
XYZ25.623019.842221.5482
Yxy19.84220.38240.2961
Hunter Lab44.544624.72402.5000
CIE-Lab51.658331.36780.1019

#ad667c color RGB value is (173,102,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 01111100
Octal 255 146 174
Decimal 173 102 124
Hex AD 66 7C

RGB Percentages of Color #ad667c

%43.36
%25.56
%31.08

CMYK Percentages of Color #ad667c

%0
%41
%28
%32

Triadic Colors of #ad667c

#ad667c #7cad66 #667cad

Analogous Colors of #ad667c

#ad667c #ad7466 #ad66a0

Monochromatic Colors of #ad667c

#ad667c

Complementary Color

#ad667c #66ad97

#ad667c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad667c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad667c Color CSS Codes

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

#ad667c Text Font Color

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

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


#ad667c Background Color

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

This div background color is #ad667c


#ad667c Border Color

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

This div border color is #ad667c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad667c


Comments

No comments written yet.

Please login to write comment.