Color Hex Logo

#ac198e Color Hex

#AC198E
(172,25,142)
0 Favorites   0 Comments

Color spaces of #ac198e

RGB 17225142
HSL0.870.750.39
HSV312°85°67°
CMYK 0.000.850.17   0.33
XYZ22.243411.418926.6229
Yxy11.41890.36900.1894
Hunter Lab33.791958.3614-23.0573
CIE-Lab40.277265.5488-28.0332

#ac198e color RGB value is (172,25,142).

#ac198e hex color red value is 172, green value is 25 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ac198e hue: 0.87 , saturation: 0.75 and the lightness value of ac198e is 0.39.

The process color (four color CMYK) of #ac198e color hex is 0.00, 0.85, 0.17, 0.33. Web safe color of #ac198e is #990099. Color #ac198e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 10001110
Octal 254 31 216
Decimal 172 25 142
Hex AC 19 8E

RGB Percentages of Color #ac198e

%50.74
%7.37
%41.89

CMYK Percentages of Color #ac198e

%0
%85
%17
%33

Triadic Colors of #ac198e

#ac198e #8eac19 #198eac

Analogous Colors of #ac198e

#ac198e #ac1945 #8119ac

Monochromatic Colors of #ac198e

#ac198e

Complementary Color

#ac198e #19ac37

#ac198e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac198e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac198e Color CSS Codes

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

#ac198e Text Font Color

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

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


#ac198e Background Color

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

This div background color is #ac198e


#ac198e Border Color

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

This div border color is #ac198e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac198e


Comments

No comments written yet.

Please login to write comment.