Color Hex Logo

#ac8fbb Color Hex

#AC8FBB
(172,143,187)
0 Favorites   0 Comments

Color spaces of #ac8fbb

RGB 172143187
HSL0.780.240.65
HSV280°24°73°
CMYK 0.080.240.00   0.27
XYZ35.805432.003451.3038
Yxy32.00340.30060.2687
Hunter Lab56.571513.9764-14.1690
CIE-Lab63.345719.1031-18.8270

#ac8fbb color RGB value is (172,143,187).

#ac8fbb hex color red value is 172, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ac8fbb hue: 0.78 , saturation: 0.24 and the lightness value of ac8fbb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001111 10111011
Octal 254 217 273
Decimal 172 143 187
Hex AC 8F BB

RGB Percentages of Color #ac8fbb

%34.26
%28.49
%37.25

CMYK Percentages of Color #ac8fbb

%8
%24
%0
%27

Triadic Colors of #ac8fbb

#ac8fbb #bbac8f #8fbbac

Analogous Colors of #ac8fbb

#ac8fbb #bb8fb4 #968fbb

Monochromatic Colors of #ac8fbb

#ac8fbb

Complementary Color

#ac8fbb #9ebb8f

#ac8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8fbb Color CSS Codes

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

#ac8fbb Text Font Color

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

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


#ac8fbb Background Color

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

This div background color is #ac8fbb


#ac8fbb Border Color

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

This div border color is #ac8fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8fbb


Comments

No comments written yet.

Please login to write comment.