Color Hex Logo

#aca3dd Color Hex

#ACA3DD
(172,163,221)
0 Favorites   0 Comments

Color spaces of #aca3dd

RGB 172163221
HSL0.690.460.75
HSV249°26°87°
CMYK 0.220.260.00   0.13
XYZ43.161640.185573.8883
Yxy40.18550.27450.2556
Hunter Lab63.392010.5989-24.7326
CIE-Lab69.601415.3453-28.1639

#aca3dd color RGB value is (172,163,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 11011101
Octal 254 243 335
Decimal 172 163 221
Hex AC A3 DD

RGB Percentages of Color #aca3dd

%30.94
%29.32
%39.75

CMYK Percentages of Color #aca3dd

%22
%26
%0
%13

Triadic Colors of #aca3dd

#aca3dd #ddaca3 #a3ddac

Analogous Colors of #aca3dd

#aca3dd #c9a3dd #a3b7dd

Monochromatic Colors of #aca3dd

#aca3dd

Complementary Color

#aca3dd #d4dda3

#aca3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca3dd Color CSS Codes

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

#aca3dd Text Font Color

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

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


#aca3dd Background Color

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

This div background color is #aca3dd


#aca3dd Border Color

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

This div border color is #aca3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca3dd


Comments

No comments written yet.

Please login to write comment.