Color Hex Logo

#ac7faf Color Hex

#AC7FAF
(172,127,175)
0 Favorites   0 Comments

Color spaces of #ac7faf

RGB 172127175
HSL0.820.230.59
HSV296°27°69°
CMYK 0.020.270.00   0.31
XYZ32.340527.044544.0730
Yxy27.04450.31260.2614
Hunter Lab52.004319.9982-13.8445
CIE-Lab59.015525.7222-18.6081

#ac7faf color RGB value is (172,127,175).

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

The process color (four color CMYK) of #ac7faf color hex is 0.02, 0.27, 0.00, 0.31. Web safe color of #ac7faf is #996699. Color #ac7faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111111 10101111
Octal 254 177 257
Decimal 172 127 175
Hex AC 7F AF

RGB Percentages of Color #ac7faf

%36.29
%26.79
%36.92

CMYK Percentages of Color #ac7faf

%2
%27
%0
%31

Triadic Colors of #ac7faf

#ac7faf #afac7f #7fafac

Analogous Colors of #ac7faf

#ac7faf #af7f9a #947faf

Monochromatic Colors of #ac7faf

#ac7faf

Complementary Color

#ac7faf #82af7f

#ac7faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7faf Color CSS Codes

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

#ac7faf Text Font Color

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

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


#ac7faf Background Color

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

This div background color is #ac7faf


#ac7faf Border Color

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

This div border color is #ac7faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,127,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 #ac7faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7faf


Comments

No comments written yet.

Please login to write comment.