Color Hex Logo

#aca4fa Color Hex

#ACA4FA
(172,164,250)
0 Favorites   0 Comments

Color spaces of #aca4fa

RGB 172164250
HSL0.680.900.81
HSV246°34°98°
CMYK 0.310.340.00   0.02
XYZ47.544042.223796.0866
Yxy42.22370.25580.2272
Hunter Lab64.979816.8892-42.1872
CIE-Lab71.024921.8001-41.7935

#aca4fa color RGB value is (172,164,250).

#aca4fa hex color red value is 172, green value is 164 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aca4fa hue: 0.68 , saturation: 0.90 and the lightness value of aca4fa is 0.81.

The process color (four color CMYK) of #aca4fa color hex is 0.31, 0.34, 0.00, 0.02. Web safe color of #aca4fa is #9999ff. Color #aca4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 11111010
Octal 254 244 372
Decimal 172 164 250
Hex AC A4 FA

RGB Percentages of Color #aca4fa

%29.35
%27.99
%42.66

CMYK Percentages of Color #aca4fa

%31
%34
%0
%2

Triadic Colors of #aca4fa

#aca4fa #faaca4 #a4faac

Analogous Colors of #aca4fa

#aca4fa #d7a4fa #a4c7fa

Monochromatic Colors of #aca4fa

#aca4fa

Complementary Color

#aca4fa #f2faa4

#aca4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca4fa Color CSS Codes

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

#aca4fa Text Font Color

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

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


#aca4fa Background Color

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

This div background color is #aca4fa


#aca4fa Border Color

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

This div border color is #aca4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.