Color Hex Logo

#ae96ea Color Hex

#AE96EA
(174,150,234)
0 Favorites   0 Comments

Color spaces of #ae96ea

RGB 174150234
HSL0.710.670.75
HSV257°36°92°
CMYK 0.260.360.00   0.08
XYZ43.213236.751982.6581
Yxy36.75190.26570.2260
Hunter Lab60.623321.1465-38.4038
CIE-Lab67.090526.3216-39.1883

#ae96ea color RGB value is (174,150,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 11101010
Octal 256 226 352
Decimal 174 150 234
Hex AE 96 EA

RGB Percentages of Color #ae96ea

%31.18
%26.88
%41.94

CMYK Percentages of Color #ae96ea

%26
%36
%0
%8

Triadic Colors of #ae96ea

#ae96ea #eaae96 #96eaae

Analogous Colors of #ae96ea

#ae96ea #d896ea #96a8ea

Monochromatic Colors of #ae96ea

#ae96ea

Complementary Color

#ae96ea #d2ea96

#ae96ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96ea Color CSS Codes

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

#ae96ea Text Font Color

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

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


#ae96ea Background Color

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

This div background color is #ae96ea


#ae96ea Border Color

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

This div border color is #ae96ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96ea


Comments

No comments written yet.

Please login to write comment.