Color Hex Logo

#aca3fe Color Hex

#ACA3FE
(172,163,254)
0 Favorites   0 Comments

Color spaces of #aca3fe

RGB 172163254
HSL0.680.980.82
HSV246°36°100°
CMYK 0.320.360.00   0.00
XYZ47.999842.120899.3662
Yxy42.12080.25330.2223
Hunter Lab64.900518.4409-45.3458
CIE-Lab70.954123.3694-44.0736

#aca3fe color RGB value is (172,163,254).

#aca3fe hex color red value is 172, green value is 163 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aca3fe hue: 0.68 , saturation: 0.98 and the lightness value of aca3fe is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 11111110
Octal 254 243 376
Decimal 172 163 254
Hex AC A3 FE

RGB Percentages of Color #aca3fe

%29.20
%27.67
%43.12

CMYK Percentages of Color #aca3fe

%32
%36
%0
%0

Triadic Colors of #aca3fe

#aca3fe #feaca3 #a3feac

Analogous Colors of #aca3fe

#aca3fe #daa3fe #a3c8fe

Monochromatic Colors of #aca3fe

#aca3fe

Complementary Color

#aca3fe #f5fea3

#aca3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca3fe Color CSS Codes

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

#aca3fe Text Font Color

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

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


#aca3fe Background Color

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

This div background color is #aca3fe


#aca3fe Border Color

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

This div border color is #aca3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca3fe


Comments

No comments written yet.

Please login to write comment.