Color Hex Logo

#ae9fea Color Hex

#AE9FEA
(174,159,234)
0 Favorites   0 Comments

Color spaces of #ae9fea

RGB 174159234
HSL0.700.640.77
HSV252°32°92°
CMYK 0.260.320.00   0.08
XYZ44.705039.735583.1554
Yxy39.73550.26670.2371
Hunter Lab63.036116.2784-34.0884
CIE-Lab69.280721.2551-35.7771

#ae9fea color RGB value is (174,159,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 11101010
Octal 256 237 352
Decimal 174 159 234
Hex AE 9F EA

RGB Percentages of Color #ae9fea

%30.69
%28.04
%41.27

CMYK Percentages of Color #ae9fea

%26
%32
%0
%8

Triadic Colors of #ae9fea

#ae9fea #eaae9f #9feaae

Analogous Colors of #ae9fea

#ae9fea #d49fea #9fb6ea

Monochromatic Colors of #ae9fea

#ae9fea

Complementary Color

#ae9fea #dbea9f

#ae9fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9fea Color CSS Codes

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

#ae9fea Text Font Color

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

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


#ae9fea Background Color

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

This div background color is #ae9fea


#ae9fea Border Color

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

This div border color is #ae9fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9fea


Comments

No comments written yet.

Please login to write comment.