Color Hex Logo

#ad187c Color Hex

#AD187C
(173,24,124)
0 Favorites   0 Comments

Color spaces of #ad187c

RGB 17324124
HSL0.890.760.39
HSV320°86°68°
CMYK 0.000.860.28   0.32
XYZ21.198310.992720.0733
Yxy10.99270.40560.2103
Hunter Lab33.155256.1050-12.6875
CIE-Lab39.568263.7018-18.0209

#ad187c color RGB value is (173,24,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011000 01111100
Octal 255 30 174
Decimal 173 24 124
Hex AD 18 7C

RGB Percentages of Color #ad187c

%53.89
%7.48
%38.63

CMYK Percentages of Color #ad187c

%0
%86
%28
%32

Triadic Colors of #ad187c

#ad187c #7cad18 #187cad

Analogous Colors of #ad187c

#ad187c #ad1831 #9418ad

Monochromatic Colors of #ad187c

#ad187c

Complementary Color

#ad187c #18ad49

#ad187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad187c Color CSS Codes

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

#ad187c Text Font Color

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

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


#ad187c Background Color

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

This div background color is #ad187c


#ad187c Border Color

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

This div border color is #ad187c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad187c


Comments

No comments written yet.

Please login to write comment.