Color Hex Logo

#ac8edd Color Hex

#AC8EDD
(172,142,221)
0 Favorites   0 Comments

Color spaces of #ac8edd

RGB 172142221
HSL0.730.540.71
HSV263°36°87°
CMYK 0.220.360.00   0.13
XYZ39.737433.337172.7469
Yxy33.33710.27250.2286
Hunter Lab57.738321.8076-34.2852
CIE-Lab64.432927.1789-36.1655

#ac8edd color RGB value is (172,142,221).

#ac8edd hex color red value is 172, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac8edd hue: 0.73 , saturation: 0.54 and the lightness value of ac8edd is 0.71.

The process color (four color CMYK) of #ac8edd color hex is 0.22, 0.36, 0.00, 0.13. Web safe color of #ac8edd is #9999cc. Color #ac8edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001110 11011101
Octal 254 216 335
Decimal 172 142 221
Hex AC 8E DD

RGB Percentages of Color #ac8edd

%32.15
%26.54
%41.31

CMYK Percentages of Color #ac8edd

%22
%36
%0
%13

Triadic Colors of #ac8edd

#ac8edd #ddac8e #8eddac

Analogous Colors of #ac8edd

#ac8edd #d48edd #8e98dd

Monochromatic Colors of #ac8edd

#ac8edd

Complementary Color

#ac8edd #bfdd8e

#ac8edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8edd Color CSS Codes

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

#ac8edd Text Font Color

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

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


#ac8edd Background Color

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

This div background color is #ac8edd


#ac8edd Border Color

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

This div border color is #ac8edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8edd


Comments

No comments written yet.

Please login to write comment.