Color Hex Logo

#ac56ae Color Hex

#AC56AE
(172,86,174)
0 Favorites   0 Comments

Color spaces of #ac56ae

RGB 17286174
HSL0.830.350.51
HSV299°51°68°
CMYK 0.010.510.00   0.32
XYZ27.981018.482242.1371
Yxy18.48220.31580.2086
Hunter Lab42.990940.9441-28.0188
CIE-Lab50.075847.8078-31.8227

#ac56ae color RGB value is (172,86,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010110 10101110
Octal 254 126 256
Decimal 172 86 174
Hex AC 56 AE

RGB Percentages of Color #ac56ae

%39.81
%19.91
%40.28

CMYK Percentages of Color #ac56ae

%1
%51
%0
%32

Triadic Colors of #ac56ae

#ac56ae #aeac56 #56aeac

Analogous Colors of #ac56ae

#ac56ae #ae5684 #8056ae

Monochromatic Colors of #ac56ae

#ac56ae

Complementary Color

#ac56ae #58ae56

#ac56ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac56ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac56ae Color CSS Codes

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

#ac56ae Text Font Color

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

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


#ac56ae Background Color

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

This div background color is #ac56ae


#ac56ae Border Color

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

This div border color is #ac56ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac56ae


Comments

No comments written yet.

Please login to write comment.