Color Hex Logo

#aca7dd Color Hex

#ACA7DD
(172,167,221)
0 Favorites   0 Comments

Color spaces of #aca7dd

RGB 172167221
HSL0.680.440.76
HSV246°24°87°
CMYK 0.220.240.00   0.13
XYZ43.883141.628574.1288
Yxy41.62850.27490.2608
Hunter Lab64.52028.4957-22.9556
CIE-Lab70.614013.1104-26.6086

#aca7dd color RGB value is (172,167,221).

#aca7dd hex color red value is 172, green value is 167 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aca7dd hue: 0.68 , saturation: 0.44 and the lightness value of aca7dd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 11011101
Octal 254 247 335
Decimal 172 167 221
Hex AC A7 DD

RGB Percentages of Color #aca7dd

%30.71
%29.82
%39.46

CMYK Percentages of Color #aca7dd

%22
%24
%0
%13

Triadic Colors of #aca7dd

#aca7dd #ddaca7 #a7ddac

Analogous Colors of #aca7dd

#aca7dd #c7a7dd #a7bddd

Monochromatic Colors of #aca7dd

#aca7dd

Complementary Color

#aca7dd #d8dda7

#aca7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca7dd Color CSS Codes

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

#aca7dd Text Font Color

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

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


#aca7dd Background Color

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

This div background color is #aca7dd


#aca7dd Border Color

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

This div border color is #aca7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca7dd


Comments

No comments written yet.

Please login to write comment.