Color Hex Logo

#ac196d Color Hex

#AC196D
(172,25,109)
0 Favorites   0 Comments

Color spaces of #ac196d

RGB 17225109
HSL0.900.750.39
HSV326°85°67°
CMYK 0.000.850.37   0.33
XYZ20.121210.570015.4477
Yxy10.57000.43610.2291
Hunter Lab32.511553.5774-5.4133
CIE-Lab38.846661.5869-9.7482

#ac196d color RGB value is (172,25,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 01101101
Octal 254 31 155
Decimal 172 25 109
Hex AC 19 6D

RGB Percentages of Color #ac196d

%56.21
%8.17
%35.62

CMYK Percentages of Color #ac196d

%0
%85
%37
%33

Triadic Colors of #ac196d

#ac196d #6dac19 #196dac

Analogous Colors of #ac196d

#ac196d #ac1923 #a219ac

Monochromatic Colors of #ac196d

#ac196d

Complementary Color

#ac196d #19ac58

#ac196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac196d Color CSS Codes

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

#ac196d Text Font Color

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

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


#ac196d Background Color

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

This div background color is #ac196d


#ac196d Border Color

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

This div border color is #ac196d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac196d


Comments

No comments written yet.

Please login to write comment.