Color Hex Logo

#ac8dba Color Hex

#AC8DBA
(172,141,186)
0 Favorites   0 Comments

Color spaces of #ac8dba

RGB 172141186
HSL0.780.250.64
HSV281°24°73°
CMYK 0.080.240.00   0.27
XYZ35.401131.365650.6427
Yxy31.36560.30150.2671
Hunter Lab56.005014.8222-14.4097
CIE-Lab62.815120.0261-19.0705

#ac8dba color RGB value is (172,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001101 10111010
Octal 254 215 272
Decimal 172 141 186
Hex AC 8D BA

RGB Percentages of Color #ac8dba

%34.47
%28.26
%37.27

CMYK Percentages of Color #ac8dba

%8
%24
%0
%27

Triadic Colors of #ac8dba

#ac8dba #baac8d #8dbaac

Analogous Colors of #ac8dba

#ac8dba #ba8db2 #968dba

Monochromatic Colors of #ac8dba

#ac8dba

Complementary Color

#ac8dba #9bba8d

#ac8dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8dba Color CSS Codes

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

#ac8dba Text Font Color

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

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


#ac8dba Background Color

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

This div background color is #ac8dba


#ac8dba Border Color

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

This div border color is #ac8dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8dba


Comments

No comments written yet.

Please login to write comment.