Color Hex Logo

#aca7fe Color Hex

#ACA7FE
(172,167,254)
0 Favorites   0 Comments

Color spaces of #aca7fe

RGB 172167254
HSL0.680.980.83
HSV243°34°100°
CMYK 0.320.340.00   0.00
XYZ48.721443.563899.6067
Yxy43.56380.25390.2270
Hunter Lab66.002916.2585-43.2741
CIE-Lab71.936021.1227-42.5372

#aca7fe color RGB value is (172,167,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 11111110
Octal 254 247 376
Decimal 172 167 254
Hex AC A7 FE

RGB Percentages of Color #aca7fe

%29.01
%28.16
%42.83

CMYK Percentages of Color #aca7fe

%32
%34
%0
%0

Triadic Colors of #aca7fe

#aca7fe #feaca7 #a7feac

Analogous Colors of #aca7fe

#aca7fe #d8a7fe #a7cefe

Monochromatic Colors of #aca7fe

#aca7fe

Complementary Color

#aca7fe #f9fea7

#aca7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca7fe Color CSS Codes

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

#aca7fe Text Font Color

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

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


#aca7fe Background Color

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

This div background color is #aca7fe


#aca7fe Border Color

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

This div border color is #aca7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca7fe


Comments

No comments written yet.

Please login to write comment.