Color Hex Logo

#aca5fe Color Hex

#ACA5FE
(172,165,254)
0 Favorites   0 Comments

Color spaces of #aca5fe

RGB 172165254
HSL0.680.980.82
HSV245°35°100°
CMYK 0.320.350.00   0.00
XYZ48.357842.836799.4855
Yxy42.83670.25360.2247
Hunter Lab65.449817.3483-44.3077
CIE-Lab71.444022.2453-43.3066

#aca5fe color RGB value is (172,165,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 11111110
Octal 254 245 376
Decimal 172 165 254
Hex AC A5 FE

RGB Percentages of Color #aca5fe

%29.10
%27.92
%42.98

CMYK Percentages of Color #aca5fe

%32
%35
%0
%0

Triadic Colors of #aca5fe

#aca5fe #feaca5 #a5feac

Analogous Colors of #aca5fe

#aca5fe #d9a5fe #a5cbfe

Monochromatic Colors of #aca5fe

#aca5fe

Complementary Color

#aca5fe #f7fea5

#aca5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca5fe Color CSS Codes

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

#aca5fe Text Font Color

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

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


#aca5fe Background Color

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

This div background color is #aca5fe


#aca5fe Border Color

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

This div border color is #aca5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca5fe


Comments

No comments written yet.

Please login to write comment.