Color Hex Logo

#ae49df Color Hex

#AE49DF
(174,73,223)
0 Favorites   0 Comments

Color spaces of #ae49df

RGB 17473223
HSL0.780.700.58
HSV280°67°87°
CMYK 0.220.670.00   0.13
XYZ33.157419.091571.7495
Yxy19.09150.26740.1540
Hunter Lab43.693858.9919-66.7743
CIE-Lab50.794164.0739-58.8780

#ae49df color RGB value is (174,73,223).

#ae49df hex color red value is 174, green value is 73 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae49df hue: 0.78 , saturation: 0.70 and the lightness value of ae49df is 0.58.

The process color (four color CMYK) of #ae49df color hex is 0.22, 0.67, 0.00, 0.13. Web safe color of #ae49df is #9933cc. Color #ae49df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 11011111
Octal 256 111 337
Decimal 174 73 223
Hex AE 49 DF

RGB Percentages of Color #ae49df

%37.02
%15.53
%47.45

CMYK Percentages of Color #ae49df

%22
%67
%0
%13

Triadic Colors of #ae49df

#ae49df #dfae49 #49dfae

Analogous Colors of #ae49df

#ae49df #df49c5 #6349df

Monochromatic Colors of #ae49df

#ae49df

Complementary Color

#ae49df #7adf49

#ae49df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae49df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae49df Color CSS Codes

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

#ae49df Text Font Color

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

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


#ae49df Background Color

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

This div background color is #ae49df


#ae49df Border Color

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

This div border color is #ae49df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae49df


Comments

No comments written yet.

Please login to write comment.