Color Hex Logo

#ae2efa Color Hex

#AE2EFA
(174,46,250)
0 Favorites   0 Comments

Color spaces of #ae2efa

RGB 17446250
HSL0.770.950.58
HSV278°82°98°
CMYK 0.300.820.00   0.02
XYZ35.687917.854892.0078
Yxy17.85480.24520.1227
Hunter Lab42.254976.8123-99.5222
CIE-Lab49.319579.1653-76.4627

#ae2efa color RGB value is (174,46,250).

#ae2efa hex color red value is 174, green value is 46 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae2efa hue: 0.77 , saturation: 0.95 and the lightness value of ae2efa is 0.58.

The process color (four color CMYK) of #ae2efa color hex is 0.30, 0.82, 0.00, 0.02. Web safe color of #ae2efa is #9933ff. Color #ae2efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101110 11111010
Octal 256 56 372
Decimal 174 46 250
Hex AE 2E FA

RGB Percentages of Color #ae2efa

%37.02
%9.79
%53.19

CMYK Percentages of Color #ae2efa

%30
%82
%0
%2

Triadic Colors of #ae2efa

#ae2efa #faae2e #2efaae

Analogous Colors of #ae2efa

#ae2efa #fa2ee0 #482efa

Monochromatic Colors of #ae2efa

#ae2efa

Complementary Color

#ae2efa #7afa2e

#ae2efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2efa Color CSS Codes

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

#ae2efa Text Font Color

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

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


#ae2efa Background Color

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

This div background color is #ae2efa


#ae2efa Border Color

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

This div border color is #ae2efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2efa


Comments

No comments written yet.

Please login to write comment.