Color Hex Logo

#ae96ed Color Hex

#AE96ED
(174,150,237)
0 Favorites   0 Comments

Color spaces of #ae96ed

RGB 174150237
HSL0.710.710.76
HSV257°37°93°
CMYK 0.270.370.00   0.07
XYZ43.648036.925884.9477
Yxy36.92580.26370.2231
Hunter Lab60.766621.8731-40.3469
CIE-Lab67.221327.0428-40.6319

#ae96ed color RGB value is (174,150,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 11101101
Octal 256 226 355
Decimal 174 150 237
Hex AE 96 ED

RGB Percentages of Color #ae96ed

%31.02
%26.74
%42.25

CMYK Percentages of Color #ae96ed

%27
%37
%0
%7

Triadic Colors of #ae96ed

#ae96ed #edae96 #96edae

Analogous Colors of #ae96ed

#ae96ed #da96ed #96aaed

Monochromatic Colors of #ae96ed

#ae96ed

Complementary Color

#ae96ed #d5ed96

#ae96ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96ed Color CSS Codes

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

#ae96ed Text Font Color

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

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


#ae96ed Background Color

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

This div background color is #ae96ed


#ae96ed Border Color

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

This div border color is #ae96ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96ed


Comments

No comments written yet.

Please login to write comment.