Color Hex Logo

#ac187c Color Hex

#AC187C
(172,24,124)
0 Favorites   0 Comments

Color spaces of #ac187c

RGB 17224124
HSL0.890.760.38
HSV319°86°67°
CMYK 0.000.860.28   0.33
XYZ20.978010.879220.0630
Yxy10.87920.40400.2095
Hunter Lab32.983655.8069-12.9759
CIE-Lab39.376363.4750-18.3323

#ac187c color RGB value is (172,24,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011000 01111100
Octal 254 30 174
Decimal 172 24 124
Hex AC 18 7C

RGB Percentages of Color #ac187c

%53.75
%7.50
%38.75

CMYK Percentages of Color #ac187c

%0
%86
%28
%33

Triadic Colors of #ac187c

#ac187c #7cac18 #187cac

Analogous Colors of #ac187c

#ac187c #ac1832 #9218ac

Monochromatic Colors of #ac187c

#ac187c

Complementary Color

#ac187c #18ac48

#ac187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac187c Color CSS Codes

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

#ac187c Text Font Color

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

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


#ac187c Background Color

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

This div background color is #ac187c


#ac187c Border Color

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

This div border color is #ac187c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac187c


Comments

No comments written yet.

Please login to write comment.