Color Hex Logo

#ac199d Color Hex

#AC199D
(172,25,157)
0 Favorites   0 Comments

Color spaces of #ac199d

RGB 17225157
HSL0.850.750.39
HSV306°85°67°
CMYK 0.000.850.09   0.33
XYZ23.446711.900232.9595
Yxy11.90020.34330.1742
Hunter Lab34.496760.9537-32.5004
CIE-Lab41.057167.6464-35.9136

#ac199d color RGB value is (172,25,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00011001 10011101
Octal 254 31 235
Decimal 172 25 157
Hex AC 19 9D

RGB Percentages of Color #ac199d

%48.59
%7.06
%44.35

CMYK Percentages of Color #ac199d

%0
%85
%9
%33

Triadic Colors of #ac199d

#ac199d #9dac19 #199dac

Analogous Colors of #ac199d

#ac199d #ac1953 #7219ac

Monochromatic Colors of #ac199d

#ac199d

Complementary Color

#ac199d #19ac28

#ac199d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac199d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac199d Color CSS Codes

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

#ac199d Text Font Color

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

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


#ac199d Background Color

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

This div background color is #ac199d


#ac199d Border Color

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

This div border color is #ac199d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac199d


Comments

No comments written yet.

Please login to write comment.