Color Hex Logo

#ac80bf Color Hex

#AC80BF
(172,128,191)
0 Favorites   0 Comments

Color spaces of #ac80bf

RGB 172128191
HSL0.780.330.63
HSV282°33°75°
CMYK 0.100.330.00   0.25
XYZ34.136427.970652.8899
Yxy27.97060.29680.2432
Hunter Lab52.887222.6613-22.2719
CIE-Lab59.862228.4180-26.4207

#ac80bf color RGB value is (172,128,191).

#ac80bf hex color red value is 172, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac80bf hue: 0.78 , saturation: 0.33 and the lightness value of ac80bf is 0.63.

The process color (four color CMYK) of #ac80bf color hex is 0.10, 0.33, 0.00, 0.25. Web safe color of #ac80bf is #9999cc. Color #ac80bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 10111111
Octal 254 200 277
Decimal 172 128 191
Hex AC 80 BF

RGB Percentages of Color #ac80bf

%35.03
%26.07
%38.90

CMYK Percentages of Color #ac80bf

%10
%33
%0
%25

Triadic Colors of #ac80bf

#ac80bf #bfac80 #80bfac

Analogous Colors of #ac80bf

#ac80bf #bf80b3 #8d80bf

Monochromatic Colors of #ac80bf

#ac80bf

Complementary Color

#ac80bf #93bf80

#ac80bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac80bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac80bf Color CSS Codes

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

#ac80bf Text Font Color

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

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


#ac80bf Background Color

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

This div background color is #ac80bf


#ac80bf Border Color

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

This div border color is #ac80bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac80bf


Comments

No comments written yet.

Please login to write comment.