Color Hex Logo

#ae5eda Color Hex

#AE5EDA
(174,94,218)
0 Favorites   0 Comments

Color spaces of #ae5eda

RGB 17494218
HSL0.770.630.61
HSV279°57°85°
CMYK 0.200.570.00   0.15
XYZ34.113222.066068.7909
Yxy22.06600.27300.1766
Hunter Lab46.974547.4227-53.9440
CIE-Lab54.097053.1875-50.7575

#ae5eda color RGB value is (174,94,218).

#ae5eda hex color red value is 174, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae5eda hue: 0.77 , saturation: 0.63 and the lightness value of ae5eda is 0.61.

The process color (four color CMYK) of #ae5eda color hex is 0.20, 0.57, 0.00, 0.15. Web safe color of #ae5eda is #9966cc. Color #ae5eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 11011010
Octal 256 136 332
Decimal 174 94 218
Hex AE 5E DA

RGB Percentages of Color #ae5eda

%35.80
%19.34
%44.86

CMYK Percentages of Color #ae5eda

%20
%57
%0
%15

Triadic Colors of #ae5eda

#ae5eda #daae5e #5edaae

Analogous Colors of #ae5eda

#ae5eda #da5ec8 #705eda

Monochromatic Colors of #ae5eda

#ae5eda

Complementary Color

#ae5eda #8ada5e

#ae5eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5eda Color CSS Codes

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

#ae5eda Text Font Color

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

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


#ae5eda Background Color

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

This div background color is #ae5eda


#ae5eda Border Color

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

This div border color is #ae5eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5eda


Comments

No comments written yet.

Please login to write comment.