Color Hex Logo

#aca1dd Color Hex

#ACA1DD
(172,161,221)
0 Favorites   0 Comments

Color spaces of #aca1dd

RGB 172161221
HSL0.700.470.75
HSV251°27°87°
CMYK 0.220.270.00   0.13
XYZ42.809339.480973.7709
Yxy39.48090.27430.2530
Hunter Lab62.833811.6546-25.6265
CIE-Lab69.098216.4660-28.9385

#aca1dd color RGB value is (172,161,221).

#aca1dd hex color red value is 172, green value is 161 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aca1dd hue: 0.70 , saturation: 0.47 and the lightness value of aca1dd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 11011101
Octal 254 241 335
Decimal 172 161 221
Hex AC A1 DD

RGB Percentages of Color #aca1dd

%31.05
%29.06
%39.89

CMYK Percentages of Color #aca1dd

%22
%27
%0
%13

Triadic Colors of #aca1dd

#aca1dd #ddaca1 #a1ddac

Analogous Colors of #aca1dd

#aca1dd #caa1dd #a1b4dd

Monochromatic Colors of #aca1dd

#aca1dd

Complementary Color

#aca1dd #d2dda1

#aca1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca1dd Color CSS Codes

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

#aca1dd Text Font Color

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

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


#aca1dd Background Color

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

This div background color is #aca1dd


#aca1dd Border Color

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

This div border color is #aca1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca1dd


Comments

No comments written yet.

Please login to write comment.