Color Hex Logo

#ac8bbf Color Hex

#AC8BBF
(172,139,191)
0 Favorites   0 Comments

Color spaces of #ac8bbf

RGB 172139191
HSL0.770.290.65
HSV278°27°75°
CMYK 0.100.270.00   0.25
XYZ35.649830.997553.3944
Yxy30.99750.29700.2582
Hunter Lab55.675416.8643-17.8881
CIE-Lab62.505522.2007-22.3615

#ac8bbf color RGB value is (172,139,191).

#ac8bbf hex color red value is 172, green value is 139 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ac8bbf hue: 0.77 , saturation: 0.29 and the lightness value of ac8bbf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001011 10111111
Octal 254 213 277
Decimal 172 139 191
Hex AC 8B BF

RGB Percentages of Color #ac8bbf

%34.26
%27.69
%38.05

CMYK Percentages of Color #ac8bbf

%10
%27
%0
%25

Triadic Colors of #ac8bbf

#ac8bbf #bfac8b #8bbfac

Analogous Colors of #ac8bbf

#ac8bbf #bf8bb8 #928bbf

Monochromatic Colors of #ac8bbf

#ac8bbf

Complementary Color

#ac8bbf #9ebf8b

#ac8bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8bbf Color CSS Codes

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

#ac8bbf Text Font Color

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

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


#ac8bbf Background Color

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

This div background color is #ac8bbf


#ac8bbf Border Color

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

This div border color is #ac8bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8bbf


Comments

No comments written yet.

Please login to write comment.