Color Hex Logo

#ac87be Color Hex

#AC87BE
(172,135,190)
0 Favorites   0 Comments

Color spaces of #ac87be

RGB 172135190
HSL0.780.300.64
HSV280°29°75°
CMYK 0.090.290.00   0.25
XYZ34.971529.816352.6271
Yxy29.81630.29780.2539
Hunter Lab54.604318.7634-18.9201
CIE-Lab61.495424.2531-23.3439

#ac87be color RGB value is (172,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 10111110
Octal 254 207 276
Decimal 172 135 190
Hex AC 87 BE

RGB Percentages of Color #ac87be

%34.61
%27.16
%38.23

CMYK Percentages of Color #ac87be

%9
%29
%0
%25

Triadic Colors of #ac87be

#ac87be #beac87 #87beac

Analogous Colors of #ac87be

#ac87be #be87b5 #9187be

Monochromatic Colors of #ac87be

#ac87be

Complementary Color

#ac87be #99be87

#ac87be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac87be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac87be Color CSS Codes

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

#ac87be Text Font Color

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

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


#ac87be Background Color

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

This div background color is #ac87be


#ac87be Border Color

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

This div border color is #ac87be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac87be


Comments

No comments written yet.

Please login to write comment.