Color Hex Logo

#ac9bfa Color Hex

#AC9BFA
(172,155,250)
0 Favorites   0 Comments

Color spaces of #ac9bfa

RGB 172155250
HSL0.700.900.79
HSV251°38°98°
CMYK 0.310.380.00   0.02
XYZ45.989939.115595.5686
Yxy39.11550.25450.2165
Hunter Lab62.542421.8090-46.8191
CIE-Lab68.834826.8672-45.2240

#ac9bfa color RGB value is (172,155,250).

#ac9bfa hex color red value is 172, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ac9bfa hue: 0.70 , saturation: 0.90 and the lightness value of ac9bfa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011011 11111010
Octal 254 233 372
Decimal 172 155 250
Hex AC 9B FA

RGB Percentages of Color #ac9bfa

%29.81
%26.86
%43.33

CMYK Percentages of Color #ac9bfa

%31
%38
%0
%2

Triadic Colors of #ac9bfa

#ac9bfa #faac9b #9bfaac

Analogous Colors of #ac9bfa

#ac9bfa #dc9bfa #9bbafa

Monochromatic Colors of #ac9bfa

#ac9bfa

Complementary Color

#ac9bfa #e9fa9b

#ac9bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9bfa Color CSS Codes

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

#ac9bfa Text Font Color

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

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


#ac9bfa Background Color

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

This div background color is #ac9bfa


#ac9bfa Border Color

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

This div border color is #ac9bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9bfa


Comments

No comments written yet.

Please login to write comment.