Color Hex Logo

#ac197a Color Hex

#AC197A
(172,25,122)
0 Favorites   0 Comments

Color spaces of #ac197a

RGB 17225122
HSL0.890.750.39
HSV320°85°67°
CMYK 0.000.850.29   0.33
XYZ20.873710.871119.4105
Yxy10.87110.40800.2125
Hunter Lab32.971455.3060-11.8246
CIE-Lab39.362563.0326-17.1086

#ac197a color RGB value is (172,25,122).

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

The process color (four color CMYK) of #ac197a color hex is 0.00, 0.85, 0.29, 0.33. Web safe color of #ac197a is #990066. Color #ac197a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 01111010
Octal 254 31 172
Decimal 172 25 122
Hex AC 19 7A

RGB Percentages of Color #ac197a

%53.92
%7.84
%38.24

CMYK Percentages of Color #ac197a

%0
%85
%29
%33

Triadic Colors of #ac197a

#ac197a #7aac19 #197aac

Analogous Colors of #ac197a

#ac197a #ac1930 #9519ac

Monochromatic Colors of #ac197a

#ac197a

Complementary Color

#ac197a #19ac4b

#ac197a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac197a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac197a Color CSS Codes

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

#ac197a Text Font Color

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

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


#ac197a Background Color

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

This div background color is #ac197a


#ac197a Border Color

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

This div border color is #ac197a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac197a


Comments

No comments written yet.

Please login to write comment.