Color Hex Logo

#ae57fc Color Hex

#AE57FC
(174,87,252)
0 Favorites   0 Comments

Color spaces of #ae57fc

RGB 17487252
HSL0.750.960.66
HSV272°65°99°
CMYK 0.310.650.00   0.01
XYZ38.434422.843394.4789
Yxy22.84330.24680.1467
Hunter Lab47.794759.9013-83.7462
CIE-Lab54.910664.0917-68.5008

#ae57fc color RGB value is (174,87,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 11111100
Octal 256 127 374
Decimal 174 87 252
Hex AE 57 FC

RGB Percentages of Color #ae57fc

%33.92
%16.96
%49.12

CMYK Percentages of Color #ae57fc

%31
%65
%0
%1

Triadic Colors of #ae57fc

#ae57fc #fcae57 #57fcae

Analogous Colors of #ae57fc

#ae57fc #fc57f8 #5b57fc

Monochromatic Colors of #ae57fc

#ae57fc

Complementary Color

#ae57fc #a5fc57

#ae57fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae57fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae57fc Color CSS Codes

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

#ae57fc Text Font Color

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

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


#ae57fc Background Color

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

This div background color is #ae57fc


#ae57fc Border Color

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

This div border color is #ae57fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,87,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae57fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae57fc

Related Colors


Comments

No comments written yet.

Please login to write comment.