Color Hex Logo

#aca1dc Color Hex

#ACA1DC
(172,161,220)
0 Favorites   0 Comments

Color spaces of #aca1dc

RGB 172161220
HSL0.700.460.75
HSV251°27°86°
CMYK 0.220.270.00   0.14
XYZ42.676439.427773.0712
Yxy39.42770.27500.2541
Hunter Lab62.791511.4329-25.0424
CIE-Lab69.060016.2338-28.4473

#aca1dc color RGB value is (172,161,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 11011100
Octal 254 241 334
Decimal 172 161 220
Hex AC A1 DC

RGB Percentages of Color #aca1dc

%31.10
%29.11
%39.78

CMYK Percentages of Color #aca1dc

%22
%27
%0
%14

Triadic Colors of #aca1dc

#aca1dc #dcaca1 #a1dcac

Analogous Colors of #aca1dc

#aca1dc #caa1dc #a1b4dc

Monochromatic Colors of #aca1dc

#aca1dc

Complementary Color

#aca1dc #d1dca1

#aca1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca1dc Color CSS Codes

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

#aca1dc Text Font Color

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

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


#aca1dc Background Color

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

This div background color is #aca1dc


#aca1dc Border Color

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

This div border color is #aca1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca1dc


Comments

No comments written yet.

Please login to write comment.