Color Hex Logo

#ac198a Color Hex

#AC198A
(172,25,138)
0 Favorites   0 Comments

Color spaces of #ac198a

RGB 17225138
HSL0.870.750.39
HSV314°85°67°
CMYK 0.000.850.20   0.33
XYZ21.948311.300925.0692
Yxy11.30090.37640.1938
Hunter Lab33.616857.7126-20.6828
CIE-Lab40.082765.0186-25.8868

#ac198a color RGB value is (172,25,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 10001010
Octal 254 31 212
Decimal 172 25 138
Hex AC 19 8A

RGB Percentages of Color #ac198a

%51.34
%7.46
%41.19

CMYK Percentages of Color #ac198a

%0
%85
%20
%33

Triadic Colors of #ac198a

#ac198a #8aac19 #198aac

Analogous Colors of #ac198a

#ac198a #ac1940 #8519ac

Monochromatic Colors of #ac198a

#ac198a

Complementary Color

#ac198a #19ac3b

#ac198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac198a Color CSS Codes

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

#ac198a Text Font Color

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

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


#ac198a Background Color

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

This div background color is #ac198a


#ac198a Border Color

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

This div border color is #ac198a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac198a


Comments

No comments written yet.

Please login to write comment.