Color Hex Logo

#ac157e Color Hex

#AC157E
(172,21,126)
0 Favorites   0 Comments

Color spaces of #ac157e

RGB 17221126
HSL0.880.780.38
HSV318°88°67°
CMYK 0.000.880.27   0.33
XYZ21.047310.813320.7165
Yxy10.81330.40030.2057
Hunter Lab32.883656.7035-14.3339
CIE-Lab39.264264.2902-19.7480

#ac157e color RGB value is (172,21,126).

#ac157e hex color red value is 172, green value is 21 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ac157e hue: 0.88 , saturation: 0.78 and the lightness value of ac157e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010101 01111110
Octal 254 25 176
Decimal 172 21 126
Hex AC 15 7E

RGB Percentages of Color #ac157e

%53.92
%6.58
%39.50

CMYK Percentages of Color #ac157e

%0
%88
%27
%33

Triadic Colors of #ac157e

#ac157e #7eac15 #157eac

Analogous Colors of #ac157e

#ac157e #ac1532 #8f15ac

Monochromatic Colors of #ac157e

#ac157e

Complementary Color

#ac157e #15ac43

#ac157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac157e Color CSS Codes

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

#ac157e Text Font Color

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

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


#ac157e Background Color

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

This div background color is #ac157e


#ac157e Border Color

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

This div border color is #ac157e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac157e


Comments

No comments written yet.

Please login to write comment.