Color Hex Logo

#ac95ab Color Hex

#AC95AB
(172,149,171)
0 Favorites   0 Comments

Color spaces of #ac95ab

RGB 172149171
HSL0.840.120.63
HSV303°13°67°
CMYK 0.000.130.01   0.33
XYZ35.111433.205843.0869
Yxy33.20580.31520.2981
Hunter Lab57.62457.9197-3.9951
CIE-Lab64.327212.5242-8.3383

#ac95ab color RGB value is (172,149,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 10101011
Octal 254 225 253
Decimal 172 149 171
Hex AC 95 AB

RGB Percentages of Color #ac95ab

%34.96
%30.28
%34.76

CMYK Percentages of Color #ac95ab

%0
%13
%1
%33

Triadic Colors of #ac95ab

#ac95ab #abac95 #95abac

Analogous Colors of #ac95ab

#ac95ab #ac95a0 #a295ac

Monochromatic Colors of #ac95ab

#ac95ab

Complementary Color

#ac95ab #95ac96

#ac95ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac95ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac95ab Color CSS Codes

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

#ac95ab Text Font Color

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

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


#ac95ab Background Color

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

This div background color is #ac95ab


#ac95ab Border Color

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

This div border color is #ac95ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac95ab


Comments

No comments written yet.

Please login to write comment.