Color Hex Logo

#ae9eea Color Hex

#AE9EEA
(174,158,234)
0 Favorites   0 Comments

Color spaces of #ae9eea

RGB 174158234
HSL0.700.640.77
HSV253°32°92°
CMYK 0.260.320.00   0.08
XYZ44.533739.392983.0983
Yxy39.39290.26660.2359
Hunter Lab62.763816.8172-34.5645
CIE-Lab69.034921.8173-36.1591

#ae9eea color RGB value is (174,158,234).

#ae9eea hex color red value is 174, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ae9eea hue: 0.70 , saturation: 0.64 and the lightness value of ae9eea is 0.77.

The process color (four color CMYK) of #ae9eea color hex is 0.26, 0.32, 0.00, 0.08. Web safe color of #ae9eea is #9999ff. Color #ae9eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 11101010
Octal 256 236 352
Decimal 174 158 234
Hex AE 9E EA

RGB Percentages of Color #ae9eea

%30.74
%27.92
%41.34

CMYK Percentages of Color #ae9eea

%26
%32
%0
%8

Triadic Colors of #ae9eea

#ae9eea #eaae9e #9eeaae

Analogous Colors of #ae9eea

#ae9eea #d49eea #9eb4ea

Monochromatic Colors of #ae9eea

#ae9eea

Complementary Color

#ae9eea #daea9e

#ae9eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9eea Color CSS Codes

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

#ae9eea Text Font Color

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

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


#ae9eea Background Color

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

This div background color is #ae9eea


#ae9eea Border Color

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

This div border color is #ae9eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9eea


Comments

No comments written yet.

Please login to write comment.