Color Hex Logo

#ac87bf Color Hex

#AC87BF
(172,135,191)
0 Favorites   0 Comments

Color spaces of #ac87bf

RGB 172135191
HSL0.780.300.64
HSV280°29°75°
CMYK 0.100.290.00   0.25
XYZ35.081229.860253.2048
Yxy29.86020.29690.2527
Hunter Lab54.644518.9673-19.4768
CIE-Lab61.533424.4635-23.8506

#ac87bf color RGB value is (172,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 10111111
Octal 254 207 277
Decimal 172 135 191
Hex AC 87 BF

RGB Percentages of Color #ac87bf

%34.54
%27.11
%38.35

CMYK Percentages of Color #ac87bf

%10
%29
%0
%25

Triadic Colors of #ac87bf

#ac87bf #bfac87 #87bfac

Analogous Colors of #ac87bf

#ac87bf #bf87b6 #9087bf

Monochromatic Colors of #ac87bf

#ac87bf

Complementary Color

#ac87bf #9abf87

#ac87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac87bf Color CSS Codes

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

#ac87bf Text Font Color

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

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


#ac87bf Background Color

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

This div background color is #ac87bf


#ac87bf Border Color

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

This div border color is #ac87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac87bf


Comments

No comments written yet.

Please login to write comment.