Color Hex Logo

#aca2ed Color Hex

#ACA2ED
(172,162,237)
0 Favorites   0 Comments

Color spaces of #aca2ed

RGB 172162237
HSL0.690.680.78
HSV248°32°93°
CMYK 0.270.320.00   0.07
XYZ45.219640.725785.5983
Yxy40.72570.26360.2374
Hunter Lab63.816714.8034-34.8549
CIE-Lab69.983319.7130-36.3387

#aca2ed color RGB value is (172,162,237).

#aca2ed hex color red value is 172, green value is 162 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aca2ed hue: 0.69 , saturation: 0.68 and the lightness value of aca2ed is 0.78.

The process color (four color CMYK) of #aca2ed color hex is 0.27, 0.32, 0.00, 0.07. Web safe color of #aca2ed is #9999ff. Color #aca2ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 11101101
Octal 254 242 355
Decimal 172 162 237
Hex AC A2 ED

RGB Percentages of Color #aca2ed

%30.12
%28.37
%41.51

CMYK Percentages of Color #aca2ed

%27
%32
%0
%7

Triadic Colors of #aca2ed

#aca2ed #edaca2 #a2edac

Analogous Colors of #aca2ed

#aca2ed #d2a2ed #a2beed

Monochromatic Colors of #aca2ed

#aca2ed

Complementary Color

#aca2ed #e3eda2

#aca2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca2ed Color CSS Codes

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

#aca2ed Text Font Color

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

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


#aca2ed Background Color

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

This div background color is #aca2ed


#aca2ed Border Color

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

This div border color is #aca2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca2ed


Comments

No comments written yet.

Please login to write comment.