Color Hex Logo

#ac96bb Color Hex

#AC96BB
(172,150,187)
0 Favorites   0 Comments

Color spaces of #ac96bb

RGB 172150187
HSL0.770.210.66
HSV276°20°73°
CMYK 0.080.200.00   0.27
XYZ36.889234.171251.6651
Yxy34.17120.30060.2784
Hunter Lab58.456110.3456-11.4828
CIE-Lab65.098215.1564-16.1699

#ac96bb color RGB value is (172,150,187).

#ac96bb hex color red value is 172, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ac96bb hue: 0.77 , saturation: 0.21 and the lightness value of ac96bb is 0.66.

The process color (four color CMYK) of #ac96bb color hex is 0.08, 0.20, 0.00, 0.27. Web safe color of #ac96bb is #9999cc. Color #ac96bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 10111011
Octal 254 226 273
Decimal 172 150 187
Hex AC 96 BB

RGB Percentages of Color #ac96bb

%33.79
%29.47
%36.74

CMYK Percentages of Color #ac96bb

%8
%20
%0
%27

Triadic Colors of #ac96bb

#ac96bb #bbac96 #96bbac

Analogous Colors of #ac96bb

#ac96bb #bb96b8 #9a96bb

Monochromatic Colors of #ac96bb

#ac96bb

Complementary Color

#ac96bb #a5bb96

#ac96bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac96bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac96bb Color CSS Codes

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

#ac96bb Text Font Color

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

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


#ac96bb Background Color

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

This div background color is #ac96bb


#ac96bb Border Color

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

This div border color is #ac96bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac96bb


Comments

No comments written yet.

Please login to write comment.