Color Hex Logo

#ac86bf Color Hex

#AC86BF
(172,134,191)
0 Favorites   0 Comments

Color spaces of #ac86bf

RGB 172134191
HSL0.780.310.64
HSV280°30°75°
CMYK 0.100.300.00   0.25
XYZ34.942329.582453.1585
Yxy29.58240.29690.2514
Hunter Lab54.389719.4941-19.8751
CIE-Lab61.292225.0291-24.2207

#ac86bf color RGB value is (172,134,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 10111111
Octal 254 206 277
Decimal 172 134 191
Hex AC 86 BF

RGB Percentages of Color #ac86bf

%34.61
%26.96
%38.43

CMYK Percentages of Color #ac86bf

%10
%30
%0
%25

Triadic Colors of #ac86bf

#ac86bf #bfac86 #86bfac

Analogous Colors of #ac86bf

#ac86bf #bf86b6 #9086bf

Monochromatic Colors of #ac86bf

#ac86bf

Complementary Color

#ac86bf #99bf86

#ac86bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac86bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac86bf Color CSS Codes

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

#ac86bf Text Font Color

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

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


#ac86bf Background Color

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

This div background color is #ac86bf


#ac86bf Border Color

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

This div border color is #ac86bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac86bf


Comments

No comments written yet.

Please login to write comment.