Color Hex Logo

#ac81dd Color Hex

#AC81DD
(172,129,221)
0 Favorites   0 Comments

Color spaces of #ac81dd

RGB 172129221
HSL0.740.580.69
HSV268°42°87°
CMYK 0.220.420.00   0.13
XYZ37.914729.691672.1393
Yxy29.69160.27130.2125
Hunter Lab54.490028.8446-40.3510
CIE-Lab61.387234.5010-40.9286

#ac81dd color RGB value is (172,129,221).

#ac81dd hex color red value is 172, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac81dd hue: 0.74 , saturation: 0.58 and the lightness value of ac81dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 11011101
Octal 254 201 335
Decimal 172 129 221
Hex AC 81 DD

RGB Percentages of Color #ac81dd

%32.95
%24.71
%42.34

CMYK Percentages of Color #ac81dd

%22
%42
%0
%13

Triadic Colors of #ac81dd

#ac81dd #ddac81 #81ddac

Analogous Colors of #ac81dd

#ac81dd #da81dd #8184dd

Monochromatic Colors of #ac81dd

#ac81dd

Complementary Color

#ac81dd #b2dd81

#ac81dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac81dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac81dd Color CSS Codes

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

#ac81dd Text Font Color

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

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


#ac81dd Background Color

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

This div background color is #ac81dd


#ac81dd Border Color

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

This div border color is #ac81dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac81dd


Comments

No comments written yet.

Please login to write comment.