Color Hex Logo

#ac88bf Color Hex

#AC88BF
(172,136,191)
0 Favorites   0 Comments

Color spaces of #ac88bf

RGB 172136191
HSL0.780.300.64
HSV279°29°75°
CMYK 0.100.290.00   0.25
XYZ35.221430.140653.2516
Yxy30.14060.29690.2541
Hunter Lab54.900518.4409-19.0790
CIE-Lab61.775323.8978-23.4797

#ac88bf color RGB value is (172,136,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001000 10111111
Octal 254 210 277
Decimal 172 136 191
Hex AC 88 BF

RGB Percentages of Color #ac88bf

%34.47
%27.25
%38.28

CMYK Percentages of Color #ac88bf

%10
%29
%0
%25

Triadic Colors of #ac88bf

#ac88bf #bfac88 #88bfac

Analogous Colors of #ac88bf

#ac88bf #bf88b7 #9188bf

Monochromatic Colors of #ac88bf

#ac88bf

Complementary Color

#ac88bf #9bbf88

#ac88bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac88bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac88bf Color CSS Codes

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

#ac88bf Text Font Color

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

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


#ac88bf Background Color

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

This div background color is #ac88bf


#ac88bf Border Color

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

This div border color is #ac88bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac88bf


Comments

No comments written yet.

Please login to write comment.