Color Hex Logo

#aca3dc Color Hex

#ACA3DC
(172,163,220)
0 Favorites   0 Comments

Color spaces of #aca3dc

RGB 172163220
HSL0.690.450.75
HSV249°26°86°
CMYK 0.220.260.00   0.14
XYZ43.028740.132373.1886
Yxy40.13230.27520.2567
Hunter Lab63.350110.3784-24.1530
CIE-Lab69.563715.1134-27.6726

#aca3dc color RGB value is (172,163,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 11011100
Octal 254 243 334
Decimal 172 163 220
Hex AC A3 DC

RGB Percentages of Color #aca3dc

%30.99
%29.37
%39.64

CMYK Percentages of Color #aca3dc

%22
%26
%0
%14

Triadic Colors of #aca3dc

#aca3dc #dcaca3 #a3dcac

Analogous Colors of #aca3dc

#aca3dc #c9a3dc #a3b7dc

Monochromatic Colors of #aca3dc

#aca3dc

Complementary Color

#aca3dc #d3dca3

#aca3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca3dc Color CSS Codes

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

#aca3dc Text Font Color

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

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


#aca3dc Background Color

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

This div background color is #aca3dc


#aca3dc Border Color

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

This div border color is #aca3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca3dc


Comments

No comments written yet.

Please login to write comment.