Color Hex Logo

#ac77ab Color Hex

#AC77AB
(172,119,171)
0 Favorites   0 Comments

Color spaces of #ac77ab

RGB 172119171
HSL0.840.240.57
HSV301°31°67°
CMYK 0.000.310.01   0.33
XYZ30.960824.904641.7033
Yxy24.90460.31730.2553
Hunter Lab49.904523.4087-14.6132
CIE-Lab56.982429.4495-19.4130

#ac77ab color RGB value is (172,119,171).

#ac77ab hex color red value is 172, green value is 119 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ac77ab hue: 0.84 , saturation: 0.24 and the lightness value of ac77ab is 0.57.

The process color (four color CMYK) of #ac77ab color hex is 0.00, 0.31, 0.01, 0.33. Web safe color of #ac77ab is #996699. Color #ac77ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110111 10101011
Octal 254 167 253
Decimal 172 119 171
Hex AC 77 AB

RGB Percentages of Color #ac77ab

%37.23
%25.76
%37.01

CMYK Percentages of Color #ac77ab

%0
%31
%1
%33

Triadic Colors of #ac77ab

#ac77ab #abac77 #77abac

Analogous Colors of #ac77ab

#ac77ab #ac7791 #9377ac

Monochromatic Colors of #ac77ab

#ac77ab

Complementary Color

#ac77ab #77ac78

#ac77ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac77ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac77ab Color CSS Codes

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

#ac77ab Text Font Color

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

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


#ac77ab Background Color

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

This div background color is #ac77ab


#ac77ab Border Color

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

This div border color is #ac77ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac77ab


Comments

No comments written yet.

Please login to write comment.