Color Hex Logo

#ac79ae Color Hex

#AC79AE
(172,121,174)
0 Favorites   0 Comments

Color spaces of #ac79ae

RGB 172121174
HSL0.830.250.58
HSV298°30°68°
CMYK 0.010.300.00   0.32
XYZ31.490625.501443.3069
Yxy25.50140.31400.2543
Hunter Lab50.498922.9377-15.4967
CIE-Lab57.560728.9078-20.2541

#ac79ae color RGB value is (172,121,174).

#ac79ae hex color red value is 172, green value is 121 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac79ae hue: 0.83 , saturation: 0.25 and the lightness value of ac79ae is 0.58.

The process color (four color CMYK) of #ac79ae color hex is 0.01, 0.30, 0.00, 0.32. Web safe color of #ac79ae is #996699. Color #ac79ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111001 10101110
Octal 254 171 256
Decimal 172 121 174
Hex AC 79 AE

RGB Percentages of Color #ac79ae

%36.83
%25.91
%37.26

CMYK Percentages of Color #ac79ae

%1
%30
%0
%32

Triadic Colors of #ac79ae

#ac79ae #aeac79 #79aeac

Analogous Colors of #ac79ae

#ac79ae #ae7996 #9279ae

Monochromatic Colors of #ac79ae

#ac79ae

Complementary Color

#ac79ae #7bae79

#ac79ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac79ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac79ae Color CSS Codes

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

#ac79ae Text Font Color

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

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


#ac79ae Background Color

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

This div background color is #ac79ae


#ac79ae Border Color

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

This div border color is #ac79ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac79ae


Comments

No comments written yet.

Please login to write comment.