Color Hex Logo

#ad167c Color Hex

#AD167C
(173,22,124)
0 Favorites   0 Comments

Color spaces of #ad167c

RGB 17322124
HSL0.890.770.38
HSV319°87°68°
CMYK 0.000.870.28   0.32
XYZ21.158610.913320.0601
Yxy10.91330.40590.2093
Hunter Lab33.035356.5148-12.8781
CIE-Lab39.434164.0905-18.2272

#ad167c color RGB value is (173,22,124).

#ad167c hex color red value is 173, green value is 22 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ad167c hue: 0.89 , saturation: 0.77 and the lightness value of ad167c is 0.38.

The process color (four color CMYK) of #ad167c color hex is 0.00, 0.87, 0.28, 0.32. Web safe color of #ad167c is #990066. Color #ad167c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010110 01111100
Octal 255 26 174
Decimal 173 22 124
Hex AD 16 7C

RGB Percentages of Color #ad167c

%54.23
%6.90
%38.87

CMYK Percentages of Color #ad167c

%0
%87
%28
%32

Triadic Colors of #ad167c

#ad167c #7cad16 #167cad

Analogous Colors of #ad167c

#ad167c #ad1630 #9316ad

Monochromatic Colors of #ad167c

#ad167c

Complementary Color

#ad167c #16ad47

#ad167c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad167c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad167c Color CSS Codes

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

#ad167c Text Font Color

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

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


#ad167c Background Color

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

This div background color is #ad167c


#ad167c Border Color

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

This div border color is #ad167c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad167c


Comments

No comments written yet.

Please login to write comment.