Color Hex Logo

#ab66ac Color Hex

#AB66AC
(171,102,172)
0 Favorites   0 Comments

Color spaces of #ab66ac

RGB 171102172
HSL0.830.300.54
HSV299°41°67°
CMYK 0.010.410.00   0.33
XYZ28.992421.139241.5819
Yxy21.13920.31610.2305
Hunter Lab45.977432.0980-21.4376
CIE-Lab53.101538.7263-25.9630

#ab66ac color RGB value is (171,102,172).

#ab66ac hex color red value is 171, green value is 102 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ab66ac hue: 0.83 , saturation: 0.30 and the lightness value of ab66ac is 0.54.

The process color (four color CMYK) of #ab66ac color hex is 0.01, 0.41, 0.00, 0.33. Web safe color of #ab66ac is #996699. Color #ab66ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 10101100
Octal 253 146 254
Decimal 171 102 172
Hex AB 66 AC

RGB Percentages of Color #ab66ac

%38.43
%22.92
%38.65

CMYK Percentages of Color #ab66ac

%1
%41
%0
%33

Triadic Colors of #ab66ac

#ab66ac #acab66 #66acab

Analogous Colors of #ab66ac

#ab66ac #ac668a #8866ac

Monochromatic Colors of #ab66ac

#ab66ac

Complementary Color

#ab66ac #67ac66

#ab66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab66ac Color CSS Codes

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

#ab66ac Text Font Color

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

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


#ab66ac Background Color

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

This div background color is #ab66ac


#ab66ac Border Color

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

This div border color is #ab66ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab66ac


Comments

No comments written yet.

Please login to write comment.