Color Hex Logo

#ae01fe Color Hex

#AE01FE
(174,1,254)
0 Favorites   0 Comments

Color spaces of #ae01fe

RGB 1741254
HSL0.780.990.50
HSV281°100°100°
CMYK 0.311.000.00   0.00
XYZ35.355816.176195.0248
Yxy16.17610.24120.1104
Hunter Lab40.219586.5299-111.9281
CIE-Lab47.204787.1586-82.1535

#ae01fe color RGB value is (174,1,254).

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

The process color (four color CMYK) of #ae01fe color hex is 0.31, 1.00, 0.00, 0.00. Web safe color of #ae01fe is #9900ff. Color #ae01fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 11111110
Octal 256 1 376
Decimal 174 1 254
Hex AE 1 FE

RGB Percentages of Color #ae01fe

%40.56
%0.23
%59.21

CMYK Percentages of Color #ae01fe

%31
%100
%0
%0

Triadic Colors of #ae01fe

#ae01fe #feae01 #01feae

Analogous Colors of #ae01fe

#ae01fe #fe01d0 #2f01fe

Monochromatic Colors of #ae01fe

#ae01fe

Complementary Color

#ae01fe #51fe01

#ae01fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae01fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae01fe Color CSS Codes

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

#ae01fe Text Font Color

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

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


#ae01fe Background Color

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

This div background color is #ae01fe


#ae01fe Border Color

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

This div border color is #ae01fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae01fe


Comments

No comments written yet.

Please login to write comment.