Color Hex Logo

#ae2af9 Color Hex

#AE2AF9
(174,42,249)
0 Favorites   0 Comments

Color spaces of #ae2af9

RGB 17442249
HSL0.770.950.57
HSV278°83°98°
CMYK 0.300.830.00   0.02
XYZ35.382417.494291.1344
Yxy17.49420.24570.1215
Hunter Lab41.826177.8049-99.9081
CIE-Lab48.876880.0414-76.6258

#ae2af9 color RGB value is (174,42,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101010 11111001
Octal 256 52 371
Decimal 174 42 249
Hex AE 2A F9

RGB Percentages of Color #ae2af9

%37.42
%9.03
%53.55

CMYK Percentages of Color #ae2af9

%30
%83
%0
%2

Triadic Colors of #ae2af9

#ae2af9 #f9ae2a #2af9ae

Analogous Colors of #ae2af9

#ae2af9 #f92add #462af9

Monochromatic Colors of #ae2af9

#ae2af9

Complementary Color

#ae2af9 #75f92a

#ae2af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2af9 Color CSS Codes

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

#ae2af9 Text Font Color

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

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


#ae2af9 Background Color

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

This div background color is #ae2af9


#ae2af9 Border Color

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

This div border color is #ae2af9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2af9


Comments

No comments written yet.

Please login to write comment.