Color Hex Logo

#aca7db Color Hex

#ACA7DB
(172,167,219)
0 Favorites   0 Comments

Color spaces of #aca7db

RGB 172167219
HSL0.680.420.76
HSV246°24°86°
CMYK 0.210.240.00   0.14
XYZ43.618241.522672.7336
Yxy41.52260.27630.2630
Hunter Lab64.43808.0604-21.8162
CIE-Lab70.540512.6481-25.6245

#aca7db color RGB value is (172,167,219).

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

The process color (four color CMYK) of #aca7db color hex is 0.21, 0.24, 0.00, 0.14. Web safe color of #aca7db is #9999cc. Color #aca7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 11011011
Octal 254 247 333
Decimal 172 167 219
Hex AC A7 DB

RGB Percentages of Color #aca7db

%30.82
%29.93
%39.25

CMYK Percentages of Color #aca7db

%21
%24
%0
%14

Triadic Colors of #aca7db

#aca7db #dbaca7 #a7dbac

Analogous Colors of #aca7db

#aca7db #c6a7db #a7bcdb

Monochromatic Colors of #aca7db

#aca7db

Complementary Color

#aca7db #d6dba7

#aca7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca7db Color CSS Codes

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

#aca7db Text Font Color

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

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


#aca7db Background Color

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

This div background color is #aca7db


#aca7db Border Color

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

This div border color is #aca7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca7db


Comments

No comments written yet.

Please login to write comment.