Color Hex Logo

#ac8ddd Color Hex

#AC8DDD
(172,141,221)
0 Favorites   0 Comments

Color spaces of #ac8ddd

RGB 172141221
HSL0.730.540.71
HSV263°36°87°
CMYK 0.220.360.00   0.13
XYZ39.589333.040972.6976
Yxy33.04090.27240.2274
Hunter Lab57.481222.3470-34.7484
CIE-Lab64.194027.7437-36.5379

#ac8ddd color RGB value is (172,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001101 11011101
Octal 254 215 335
Decimal 172 141 221
Hex AC 8D DD

RGB Percentages of Color #ac8ddd

%32.21
%26.40
%41.39

CMYK Percentages of Color #ac8ddd

%22
%36
%0
%13

Triadic Colors of #ac8ddd

#ac8ddd #ddac8d #8dddac

Analogous Colors of #ac8ddd

#ac8ddd #d48ddd #8d96dd

Monochromatic Colors of #ac8ddd

#ac8ddd

Complementary Color

#ac8ddd #bedd8d

#ac8ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8ddd Color CSS Codes

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

#ac8ddd Text Font Color

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

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


#ac8ddd Background Color

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

This div background color is #ac8ddd


#ac8ddd Border Color

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

This div border color is #ac8ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8ddd


Comments

No comments written yet.

Please login to write comment.