Color Hex Logo

#ac119e Color Hex

#AC119E
(172,17,158)
0 Favorites   0 Comments

Color spaces of #ac119e

RGB 17217158
HSL0.850.820.37
HSV305°90°67°
CMYK 0.000.900.08   0.33
XYZ23.385311.640233.3620
Yxy11.64020.34200.1702
Hunter Lab34.117762.6431-34.0943
CIE-Lab40.638569.1767-37.1798

#ac119e color RGB value is (172,17,158).

#ac119e hex color red value is 172, green value is 17 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ac119e hue: 0.85 , saturation: 0.82 and the lightness value of ac119e is 0.37.

The process color (four color CMYK) of #ac119e color hex is 0.00, 0.90, 0.08, 0.33. Web safe color of #ac119e is #990099. Color #ac119e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010001 10011110
Octal 254 21 236
Decimal 172 17 158
Hex AC 11 9E

RGB Percentages of Color #ac119e

%49.57
%4.90
%45.53

CMYK Percentages of Color #ac119e

%0
%90
%8
%33

Triadic Colors of #ac119e

#ac119e #9eac11 #119eac

Analogous Colors of #ac119e

#ac119e #ac1151 #6d11ac

Monochromatic Colors of #ac119e

#ac119e

Complementary Color

#ac119e #11ac1f

#ac119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac119e Color CSS Codes

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

#ac119e Text Font Color

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

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


#ac119e Background Color

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

This div background color is #ac119e


#ac119e Border Color

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

This div border color is #ac119e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac119e


Comments

No comments written yet.

Please login to write comment.