Color Hex Logo

#ac95ac Color Hex

#AC95AC
(172,149,172)
0 Favorites   0 Comments

Color spaces of #ac95ac

RGB 172149172
HSL0.830.120.63
HSV300°13°67°
CMYK 0.000.130.00   0.33
XYZ35.207133.244143.5909
Yxy33.24410.31420.2967
Hunter Lab57.65778.0952-4.4646
CIE-Lab64.358112.7168-8.8554

#ac95ac color RGB value is (172,149,172).

#ac95ac hex color red value is 172, green value is 149 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ac95ac hue: 0.83 , saturation: 0.12 and the lightness value of ac95ac is 0.63.

The process color (four color CMYK) of #ac95ac color hex is 0.00, 0.13, 0.00, 0.33. Web safe color of #ac95ac is #999999. Color #ac95ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 10101100
Octal 254 225 254
Decimal 172 149 172
Hex AC 95 AC

RGB Percentages of Color #ac95ac

%34.89
%30.22
%34.89

CMYK Percentages of Color #ac95ac

%0
%13
%0
%33

Triadic Colors of #ac95ac

#ac95ac #acac95 #95acac

Analogous Colors of #ac95ac

#ac95ac #ac95a1 #a195ac

Monochromatic Colors of #ac95ac

#ac95ac

Complementary Color

#ac95ac #95ac95

#ac95ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac95ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac95ac Color CSS Codes

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

#ac95ac Text Font Color

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

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


#ac95ac Background Color

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

This div background color is #ac95ac


#ac95ac Border Color

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

This div border color is #ac95ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac95ac


Comments

No comments written yet.

Please login to write comment.