Color Hex Logo

#ae57fa Color Hex

#AE57FA
(174,87,250)
0 Favorites   0 Comments

Color spaces of #ae57fa

RGB 17487250
HSL0.760.940.66
HSV272°65°98°
CMYK 0.300.650.00   0.02
XYZ38.119122.717292.8182
Yxy22.71720.24810.1478
Hunter Lab47.662659.3495-82.0977
CIE-Lab54.779863.6413-67.6019

#ae57fa color RGB value is (174,87,250).

#ae57fa hex color red value is 174, green value is 87 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae57fa hue: 0.76 , saturation: 0.94 and the lightness value of ae57fa is 0.66.

The process color (four color CMYK) of #ae57fa color hex is 0.30, 0.65, 0.00, 0.02. Web safe color of #ae57fa is #9966ff. Color #ae57fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 11111010
Octal 256 127 372
Decimal 174 87 250
Hex AE 57 FA

RGB Percentages of Color #ae57fa

%34.05
%17.03
%48.92

CMYK Percentages of Color #ae57fa

%30
%65
%0
%2

Triadic Colors of #ae57fa

#ae57fa #faae57 #57faae

Analogous Colors of #ae57fa

#ae57fa #fa57f5 #5d57fa

Monochromatic Colors of #ae57fa

#ae57fa

Complementary Color

#ae57fa #a3fa57

#ae57fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae57fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae57fa Color CSS Codes

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

#ae57fa Text Font Color

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

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


#ae57fa Background Color

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

This div background color is #ae57fa


#ae57fa Border Color

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

This div border color is #ae57fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae57fa


Comments

No comments written yet.

Please login to write comment.