Color Hex Logo

#ae99ed Color Hex

#AE99ED
(174,153,237)
0 Favorites   0 Comments

Color spaces of #ae99ed

RGB 174153237
HSL0.710.700.76
HSV255°35°93°
CMYK 0.270.350.00   0.07
XYZ44.132937.895685.1093
Yxy37.89560.26410.2267
Hunter Lab61.559420.2405-38.8801
CIE-Lab67.943625.3528-39.5033

#ae99ed color RGB value is (174,153,237).

#ae99ed hex color red value is 174, green value is 153 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ae99ed hue: 0.71 , saturation: 0.70 and the lightness value of ae99ed is 0.76.

The process color (four color CMYK) of #ae99ed color hex is 0.27, 0.35, 0.00, 0.07. Web safe color of #ae99ed is #9999ff. Color #ae99ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 11101101
Octal 256 231 355
Decimal 174 153 237
Hex AE 99 ED

RGB Percentages of Color #ae99ed

%30.85
%27.13
%42.02

CMYK Percentages of Color #ae99ed

%27
%35
%0
%7

Triadic Colors of #ae99ed

#ae99ed #edae99 #99edae

Analogous Colors of #ae99ed

#ae99ed #d899ed #99aeed

Monochromatic Colors of #ae99ed

#ae99ed

Complementary Color

#ae99ed #d8ed99

#ae99ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae99ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae99ed Color CSS Codes

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

#ae99ed Text Font Color

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

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


#ae99ed Background Color

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

This div background color is #ae99ed


#ae99ed Border Color

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

This div border color is #ae99ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae99ed


Comments

No comments written yet.

Please login to write comment.