Color Hex Logo

#ac9ffb Color Hex

#AC9FFB
(172,159,251)
0 Favorites   0 Comments

Color spaces of #ac9ffb

RGB 172159251
HSL0.690.920.80
HSV248°37°98°
CMYK 0.310.370.00   0.02
XYZ46.824040.532096.6223
Yxy40.53200.25450.2203
Hunter Lab63.664719.8695-45.4175
CIE-Lab69.846824.8643-44.1805

#ac9ffb color RGB value is (172,159,251).

#ac9ffb hex color red value is 172, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ac9ffb hue: 0.69 , saturation: 0.92 and the lightness value of ac9ffb is 0.80.

The process color (four color CMYK) of #ac9ffb color hex is 0.31, 0.37, 0.00, 0.02. Web safe color of #ac9ffb is #9999ff. Color #ac9ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011111 11111011
Octal 254 237 373
Decimal 172 159 251
Hex AC 9F FB

RGB Percentages of Color #ac9ffb

%29.55
%27.32
%43.13

CMYK Percentages of Color #ac9ffb

%31
%37
%0
%2

Triadic Colors of #ac9ffb

#ac9ffb #fbac9f #9ffbac

Analogous Colors of #ac9ffb

#ac9ffb #da9ffb #9fc0fb

Monochromatic Colors of #ac9ffb

#ac9ffb

Complementary Color

#ac9ffb #eefb9f

#ac9ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9ffb Color CSS Codes

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

#ac9ffb Text Font Color

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

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


#ac9ffb Background Color

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

This div background color is #ac9ffb


#ac9ffb Border Color

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

This div border color is #ac9ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9ffb

#ac9ffb Color Palettes


Comments

No comments written yet.

Please login to write comment.