Color Hex Logo

#ac70ae Color Hex

#AC70AE
(172,112,174)
0 Favorites   0 Comments

Color spaces of #ac70ae

RGB 172112174
HSL0.830.280.56
HSV298°36°68°
CMYK 0.010.360.00   0.32
XYZ30.447423.415042.9592
Yxy23.41500.31450.2418
Hunter Lab48.389027.6351-18.7646
CIE-Lab55.497333.9386-23.4171

#ac70ae color RGB value is (172,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110000 10101110
Octal 254 160 256
Decimal 172 112 174
Hex AC 70 AE

RGB Percentages of Color #ac70ae

%37.55
%24.45
%37.99

CMYK Percentages of Color #ac70ae

%1
%36
%0
%32

Triadic Colors of #ac70ae

#ac70ae #aeac70 #70aeac

Analogous Colors of #ac70ae

#ac70ae #ae7091 #8d70ae

Monochromatic Colors of #ac70ae

#ac70ae

Complementary Color

#ac70ae #72ae70

#ac70ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac70ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac70ae Color CSS Codes

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

#ac70ae Text Font Color

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

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


#ac70ae Background Color

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

This div background color is #ac70ae


#ac70ae Border Color

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

This div border color is #ac70ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac70ae


Comments

No comments written yet.

Please login to write comment.