Color Hex Logo

#ae0efa Color Hex

#AE0EFA
(174,14,250)
0 Favorites   0 Comments

Color spaces of #ae0efa

RGB 17414250
HSL0.780.960.52
HSV281°94°98°
CMYK 0.300.940.00   0.02
XYZ34.867916.214991.7345
Yxy16.21490.24410.1135
Hunter Lab40.267784.0949-106.8820
CIE-Lab47.255285.2792-79.8345

#ae0efa color RGB value is (174,14,250).

#ae0efa hex color red value is 174, green value is 14 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae0efa hue: 0.78 , saturation: 0.96 and the lightness value of ae0efa is 0.52.

The process color (four color CMYK) of #ae0efa color hex is 0.30, 0.94, 0.00, 0.02. Web safe color of #ae0efa is #9900ff. Color #ae0efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001110 11111010
Octal 256 16 372
Decimal 174 14 250
Hex AE E FA

RGB Percentages of Color #ae0efa

%39.73
%3.20
%57.08

CMYK Percentages of Color #ae0efa

%30
%94
%0
%2

Triadic Colors of #ae0efa

#ae0efa #faae0e #0efaae

Analogous Colors of #ae0efa

#ae0efa #fa0ed0 #380efa

Monochromatic Colors of #ae0efa

#ae0efa

Complementary Color

#ae0efa #5afa0e

#ae0efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0efa Color CSS Codes

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

#ae0efa Text Font Color

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

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


#ae0efa Background Color

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

This div background color is #ae0efa


#ae0efa Border Color

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

This div border color is #ae0efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0efa

Related Colors

#ae0efa Color Palettes


Comments

No comments written yet.

Please login to write comment.