Color Hex Logo

#ac8dda Color Hex

#AC8DDA
(172,141,218)
0 Favorites   0 Comments

Color spaces of #ac8dda

RGB 172141218
HSL0.730.510.70
HSV264°35°85°
CMYK 0.210.350.00   0.15
XYZ39.193032.882470.6109
Yxy32.88240.27470.2305
Hunter Lab57.343221.6509-32.8679
CIE-Lab64.065627.0472-35.0706

#ac8dda color RGB value is (172,141,218).

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

The process color (four color CMYK) of #ac8dda color hex is 0.21, 0.35, 0.00, 0.15. Web safe color of #ac8dda is #9999cc. Color #ac8dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001101 11011010
Octal 254 215 332
Decimal 172 141 218
Hex AC 8D DA

RGB Percentages of Color #ac8dda

%32.39
%26.55
%41.05

CMYK Percentages of Color #ac8dda

%21
%35
%0
%15

Triadic Colors of #ac8dda

#ac8dda #daac8d #8ddaac

Analogous Colors of #ac8dda

#ac8dda #d38dda #8d95da

Monochromatic Colors of #ac8dda

#ac8dda

Complementary Color

#ac8dda #bbda8d

#ac8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8dda Color CSS Codes

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

#ac8dda Text Font Color

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

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


#ac8dda Background Color

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

This div background color is #ac8dda


#ac8dda Border Color

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

This div border color is #ac8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8dda


Comments

No comments written yet.

Please login to write comment.