Color Hex Logo

#ac8aba Color Hex

#AC8ABA
(172,138,186)
0 Favorites   0 Comments

Color spaces of #ac8aba

RGB 172138186
HSL0.780.260.64
HSV283°26°73°
CMYK 0.080.260.00   0.27
XYZ34.964730.492850.4972
Yxy30.49280.30150.2630
Hunter Lab55.220316.3882-15.5646
CIE-Lab62.077121.7225-20.1943

#ac8aba color RGB value is (172,138,186).

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

The process color (four color CMYK) of #ac8aba color hex is 0.08, 0.26, 0.00, 0.27. Web safe color of #ac8aba is #9999cc. Color #ac8aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001010 10111010
Octal 254 212 272
Decimal 172 138 186
Hex AC 8A BA

RGB Percentages of Color #ac8aba

%34.68
%27.82
%37.50

CMYK Percentages of Color #ac8aba

%8
%26
%0
%27

Triadic Colors of #ac8aba

#ac8aba #baac8a #8abaac

Analogous Colors of #ac8aba

#ac8aba #ba8ab0 #948aba

Monochromatic Colors of #ac8aba

#ac8aba

Complementary Color

#ac8aba #98ba8a

#ac8aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8aba Color CSS Codes

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

#ac8aba Text Font Color

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

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


#ac8aba Background Color

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

This div background color is #ac8aba


#ac8aba Border Color

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

This div border color is #ac8aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8aba


Comments

No comments written yet.

Please login to write comment.