Color Hex Logo

#ac95fe Color Hex

#AC95FE
(172,149,254)
0 Favorites   0 Comments

Color spaces of #ac95fe

RGB 172149254
HSL0.700.980.79
HSV253°41°100°
CMYK 0.320.410.00   0.00
XYZ45.650137.421398.5829
Yxy37.42130.25130.2060
Hunter Lab61.173026.1523-52.7274
CIE-Lab67.591931.2555-49.3595

#ac95fe color RGB value is (172,149,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010101 11111110
Octal 254 225 376
Decimal 172 149 254
Hex AC 95 FE

RGB Percentages of Color #ac95fe

%29.91
%25.91
%44.17

CMYK Percentages of Color #ac95fe

%32
%41
%0
%0

Triadic Colors of #ac95fe

#ac95fe #feac95 #95feac

Analogous Colors of #ac95fe

#ac95fe #e195fe #95b3fe

Monochromatic Colors of #ac95fe

#ac95fe

Complementary Color

#ac95fe #e7fe95

#ac95fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac95fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac95fe Color CSS Codes

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

#ac95fe Text Font Color

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

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


#ac95fe Background Color

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

This div background color is #ac95fe


#ac95fe Border Color

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

This div border color is #ac95fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac95fe


Comments

No comments written yet.

Please login to write comment.