Color Hex Logo

#ae54fa Color Hex

#AE54FA
(174,84,250)
0 Favorites   0 Comments

Color spaces of #ae54fa

RGB 17484250
HSL0.760.940.65
HSV273°66°98°
CMYK 0.300.660.00   0.02
XYZ37.881222.241492.7389
Yxy22.24140.24780.1455
Hunter Lab47.160860.8461-83.5777
CIE-Lab54.282265.0176-68.4059

#ae54fa color RGB value is (174,84,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 11111010
Octal 256 124 372
Decimal 174 84 250
Hex AE 54 FA

RGB Percentages of Color #ae54fa

%34.25
%16.54
%49.21

CMYK Percentages of Color #ae54fa

%30
%66
%0
%2

Triadic Colors of #ae54fa

#ae54fa #faae54 #54faae

Analogous Colors of #ae54fa

#ae54fa #fa54f3 #5b54fa

Monochromatic Colors of #ae54fa

#ae54fa

Complementary Color

#ae54fa #a0fa54

#ae54fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae54fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae54fa Color CSS Codes

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

#ae54fa Text Font Color

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

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


#ae54fa Background Color

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

This div background color is #ae54fa


#ae54fa Border Color

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

This div border color is #ae54fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae54fa


Comments

No comments written yet.

Please login to write comment.