Color Hex Logo

#ac66bb Color Hex

#AC66BB
(172,102,187)
0 Favorites   0 Comments

Color spaces of #ac66bb

RGB 172102187
HSL0.800.380.57
HSV289°45°73°
CMYK 0.080.450.00   0.27
XYZ30.734321.861349.6135
Yxy21.86130.30070.2139
Hunter Lab46.756135.5108-30.1842
CIE-Lab53.879541.9828-33.4197

#ac66bb color RGB value is (172,102,187).

#ac66bb hex color red value is 172, green value is 102 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ac66bb hue: 0.80 , saturation: 0.38 and the lightness value of ac66bb is 0.57.

The process color (four color CMYK) of #ac66bb color hex is 0.08, 0.45, 0.00, 0.27. Web safe color of #ac66bb is #9966cc. Color #ac66bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100110 10111011
Octal 254 146 273
Decimal 172 102 187
Hex AC 66 BB

RGB Percentages of Color #ac66bb

%37.31
%22.13
%40.56

CMYK Percentages of Color #ac66bb

%8
%45
%0
%27

Triadic Colors of #ac66bb

#ac66bb #bbac66 #66bbac

Analogous Colors of #ac66bb

#ac66bb #bb66a0 #8266bb

Monochromatic Colors of #ac66bb

#ac66bb

Complementary Color

#ac66bb #75bb66

#ac66bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac66bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac66bb Color CSS Codes

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

#ac66bb Text Font Color

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

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


#ac66bb Background Color

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

This div background color is #ac66bb


#ac66bb Border Color

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

This div border color is #ac66bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac66bb


Comments

No comments written yet.

Please login to write comment.