Color Hex Logo

#aca3db Color Hex

#ACA3DB
(172,163,219)
0 Favorites   0 Comments

Color spaces of #aca3db

RGB 172163219
HSL0.690.440.75
HSV250°26°86°
CMYK 0.210.260.00   0.14
XYZ42.896640.079572.4931
Yxy40.07950.27590.2578
Hunter Lab63.308410.1587-23.5759
CIE-Lab69.526114.8819-27.1806

#aca3db color RGB value is (172,163,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 11011011
Octal 254 243 333
Decimal 172 163 219
Hex AC A3 DB

RGB Percentages of Color #aca3db

%31.05
%29.42
%39.53

CMYK Percentages of Color #aca3db

%21
%26
%0
%14

Triadic Colors of #aca3db

#aca3db #dbaca3 #a3dbac

Analogous Colors of #aca3db

#aca3db #c8a3db #a3b6db

Monochromatic Colors of #aca3db

#aca3db

Complementary Color

#aca3db #d2dba3

#aca3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca3db Color CSS Codes

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

#aca3db Text Font Color

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

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


#aca3db Background Color

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

This div background color is #aca3db


#aca3db Border Color

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

This div border color is #aca3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca3db


Comments

No comments written yet.

Please login to write comment.