Color Hex Logo

#ac8abe Color Hex

#AC8ABE
(172,138,190)
0 Favorites   0 Comments

Color spaces of #ac8abe

RGB 172138190
HSL0.780.290.64
HSV279°27°75°
CMYK 0.090.270.00   0.25
XYZ35.396030.665352.7686
Yxy30.66530.29790.2581
Hunter Lab55.376317.1871-17.7347
CIE-Lab62.224122.5561-22.2281

#ac8abe color RGB value is (172,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001010 10111110
Octal 254 212 276
Decimal 172 138 190
Hex AC 8A BE

RGB Percentages of Color #ac8abe

%34.40
%27.60
%38.00

CMYK Percentages of Color #ac8abe

%9
%27
%0
%25

Triadic Colors of #ac8abe

#ac8abe #beac8a #8abeac

Analogous Colors of #ac8abe

#ac8abe #be8ab6 #928abe

Monochromatic Colors of #ac8abe

#ac8abe

Complementary Color

#ac8abe #9cbe8a

#ac8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8abe Color CSS Codes

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

#ac8abe Text Font Color

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

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


#ac8abe Background Color

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

This div background color is #ac8abe


#ac8abe Border Color

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

This div border color is #ac8abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8abe


Comments

No comments written yet.

Please login to write comment.