Color Hex Logo

#ae76fe Color Hex

#AE76FE
(174,118,254)
0 Favorites   0 Comments

Color spaces of #ae76fe

RGB 174118254
HSL0.740.990.73
HSV265°54°100°
CMYK 0.310.540.00   0.00
XYZ41.823429.111397.1806
Yxy29.11130.24880.1732
Hunter Lab53.954943.9441-69.0215
CIE-Lab60.879748.9253-60.0104

#ae76fe color RGB value is (174,118,254).

#ae76fe hex color red value is 174, green value is 118 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ae76fe hue: 0.74 , saturation: 0.99 and the lightness value of ae76fe is 0.73.

The process color (four color CMYK) of #ae76fe color hex is 0.31, 0.54, 0.00, 0.00. Web safe color of #ae76fe is #9966ff. Color #ae76fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 11111110
Octal 256 166 376
Decimal 174 118 254
Hex AE 76 FE

RGB Percentages of Color #ae76fe

%31.87
%21.61
%46.52

CMYK Percentages of Color #ae76fe

%31
%54
%0
%0

Triadic Colors of #ae76fe

#ae76fe #feae76 #76feae

Analogous Colors of #ae76fe

#ae76fe #f276fe #7682fe

Monochromatic Colors of #ae76fe

#ae76fe

Complementary Color

#ae76fe #c6fe76

#ae76fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae76fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae76fe Color CSS Codes

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

#ae76fe Text Font Color

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

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


#ae76fe Background Color

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

This div background color is #ae76fe


#ae76fe Border Color

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

This div border color is #ae76fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae76fe

Related Colors


Comments

No comments written yet.

Please login to write comment.