Color Hex Logo

#ac8dfa Color Hex

#AC8DFA
(172,141,250)
0 Favorites   0 Comments

Color spaces of #ac8dfa

RGB 172141250
HSL0.710.920.77
HSV257°44°98°
CMYK 0.310.440.00   0.02
XYZ43.793534.722594.8364
Yxy34.72250.25260.2003
Hunter Lab58.925829.5406-54.1745
CIE-Lab65.532034.7523-50.4282

#ac8dfa color RGB value is (172,141,250).

#ac8dfa hex color red value is 172, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ac8dfa hue: 0.71 , saturation: 0.92 and the lightness value of ac8dfa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001101 11111010
Octal 254 215 372
Decimal 172 141 250
Hex AC 8D FA

RGB Percentages of Color #ac8dfa

%30.55
%25.04
%44.40

CMYK Percentages of Color #ac8dfa

%31
%44
%0
%2

Triadic Colors of #ac8dfa

#ac8dfa #faac8d #8dfaac

Analogous Colors of #ac8dfa

#ac8dfa #e38dfa #8da5fa

Monochromatic Colors of #ac8dfa

#ac8dfa

Complementary Color

#ac8dfa #dbfa8d

#ac8dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8dfa Color CSS Codes

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

#ac8dfa Text Font Color

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

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


#ac8dfa Background Color

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

This div background color is #ac8dfa


#ac8dfa Border Color

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

This div border color is #ac8dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8dfa


Comments

No comments written yet.

Please login to write comment.