Color Hex Logo

#ac60ae Color Hex

#AC60AE
(172,96,174)
0 Favorites   0 Comments

Color spaces of #ac60ae

RGB 17296174
HSL0.830.330.53
HSV298°45°68°
CMYK 0.010.450.00   0.32
XYZ28.836120.192442.4221
Yxy20.19240.31530.2208
Hunter Lab44.936035.9083-24.5180
CIE-Lab52.054042.6353-28.7398

#ac60ae color RGB value is (172,96,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100000 10101110
Octal 254 140 256
Decimal 172 96 174
Hex AC 60 AE

RGB Percentages of Color #ac60ae

%38.91
%21.72
%39.37

CMYK Percentages of Color #ac60ae

%1
%45
%0
%32

Triadic Colors of #ac60ae

#ac60ae #aeac60 #60aeac

Analogous Colors of #ac60ae

#ac60ae #ae6089 #8560ae

Monochromatic Colors of #ac60ae

#ac60ae

Complementary Color

#ac60ae #62ae60

#ac60ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac60ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac60ae Color CSS Codes

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

#ac60ae Text Font Color

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

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


#ac60ae Background Color

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

This div background color is #ac60ae


#ac60ae Border Color

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

This div border color is #ac60ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac60ae


Comments

No comments written yet.

Please login to write comment.