Color Hex Logo

#ac93af Color Hex

#AC93AF
(172,147,175)
0 Favorites   0 Comments

Color spaces of #ac93af

RGB 172147175
HSL0.820.150.63
HSV294°16°69°
CMYK 0.020.160.00   0.31
XYZ35.184832.733245.0211
Yxy32.73320.31150.2898
Hunter Lab57.21299.6513-6.6065
CIE-Lab63.944314.4245-11.1635

#ac93af color RGB value is (172,147,175).

#ac93af hex color red value is 172, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ac93af hue: 0.82 , saturation: 0.15 and the lightness value of ac93af is 0.63.

The process color (four color CMYK) of #ac93af color hex is 0.02, 0.16, 0.00, 0.31. Web safe color of #ac93af is #999999. Color #ac93af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 10101111
Octal 254 223 257
Decimal 172 147 175
Hex AC 93 AF

RGB Percentages of Color #ac93af

%34.82
%29.76
%35.43

CMYK Percentages of Color #ac93af

%2
%16
%0
%31

Triadic Colors of #ac93af

#ac93af #afac93 #93afac

Analogous Colors of #ac93af

#ac93af #af93a4 #9e93af

Monochromatic Colors of #ac93af

#ac93af

Complementary Color

#ac93af #96af93

#ac93af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac93af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac93af Color CSS Codes

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

#ac93af Text Font Color

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

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


#ac93af Background Color

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

This div background color is #ac93af


#ac93af Border Color

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

This div border color is #ac93af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac93af


Comments

No comments written yet.

Please login to write comment.