Color Hex Logo

#ac145c Color Hex

#AC145C
(172,20,92)
0 Favorites   0 Comments

Color spaces of #ac145c

RGB 1722092
HSL0.920.790.38
HSV332°88°67°
CMYK 0.000.880.47   0.33
XYZ19.195210.043711.0521
Yxy10.04370.47640.2493
Hunter Lab31.691852.65391.5076
CIE-Lab37.920760.9343-0.3282

#ac145c color RGB value is (172,20,92).

#ac145c hex color red value is 172, green value is 20 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ac145c hue: 0.92 , saturation: 0.79 and the lightness value of ac145c is 0.38.

The process color (four color CMYK) of #ac145c color hex is 0.00, 0.88, 0.47, 0.33. Web safe color of #ac145c is #990066. Color #ac145c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010100 01011100
Octal 254 24 134
Decimal 172 20 92
Hex AC 14 5C

RGB Percentages of Color #ac145c

%60.56
%7.04
%32.39

CMYK Percentages of Color #ac145c

%0
%88
%47
%33

Triadic Colors of #ac145c

#ac145c #5cac14 #145cac

Analogous Colors of #ac145c

#ac145c #ac1814 #ac14a8

Monochromatic Colors of #ac145c

#ac145c

Complementary Color

#ac145c #14ac64

#ac145c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac145c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac145c Color CSS Codes

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

#ac145c Text Font Color

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

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


#ac145c Background Color

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

This div background color is #ac145c


#ac145c Border Color

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

This div border color is #ac145c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,20,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac145c


Comments

No comments written yet.

Please login to write comment.