Color Hex Logo

#ac80bb Color Hex

#AC80BB
(172,128,187)
0 Favorites   0 Comments

Color spaces of #ac80bb

RGB 172128187
HSL0.790.300.62
HSV285°32°73°
CMYK 0.080.320.00   0.27
XYZ33.702127.796950.6027
Yxy27.79690.30060.2480
Hunter Lab52.722821.8381-19.9999
CIE-Lab59.704827.5826-24.3922

#ac80bb color RGB value is (172,128,187).

#ac80bb hex color red value is 172, green value is 128 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ac80bb hue: 0.79 , saturation: 0.30 and the lightness value of ac80bb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 10111011
Octal 254 200 273
Decimal 172 128 187
Hex AC 80 BB

RGB Percentages of Color #ac80bb

%35.32
%26.28
%38.40

CMYK Percentages of Color #ac80bb

%8
%32
%0
%27

Triadic Colors of #ac80bb

#ac80bb #bbac80 #80bbac

Analogous Colors of #ac80bb

#ac80bb #bb80ad #8f80bb

Monochromatic Colors of #ac80bb

#ac80bb

Complementary Color

#ac80bb #8fbb80

#ac80bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac80bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac80bb Color CSS Codes

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

#ac80bb Text Font Color

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

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


#ac80bb Background Color

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

This div background color is #ac80bb


#ac80bb Border Color

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

This div border color is #ac80bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac80bb


Comments

No comments written yet.

Please login to write comment.