Color Hex Logo

#aca2df Color Hex

#ACA2DF
(172,162,223)
0 Favorites   0 Comments

Color spaces of #aca2df

RGB 172162223
HSL0.690.490.75
HSV250°27°87°
CMYK 0.230.270.00   0.13
XYZ43.252939.939075.2414
Yxy39.93900.27300.2521
Hunter Lab63.197311.5720-26.3513
CIE-Lab69.426116.3721-29.5327

#aca2df color RGB value is (172,162,223).

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

The process color (four color CMYK) of #aca2df color hex is 0.23, 0.27, 0.00, 0.13. Web safe color of #aca2df is #9999cc. Color #aca2df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 11011111
Octal 254 242 337
Decimal 172 162 223
Hex AC A2 DF

RGB Percentages of Color #aca2df

%30.88
%29.08
%40.04

CMYK Percentages of Color #aca2df

%23
%27
%0
%13

Triadic Colors of #aca2df

#aca2df #dfaca2 #a2dfac

Analogous Colors of #aca2df

#aca2df #cba2df #a2b7df

Monochromatic Colors of #aca2df

#aca2df

Complementary Color

#aca2df #d5dfa2

#aca2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca2df Color CSS Codes

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

#aca2df Text Font Color

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

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


#aca2df Background Color

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

This div background color is #aca2df


#aca2df Border Color

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

This div border color is #aca2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca2df


Comments

No comments written yet.

Please login to write comment.