color codes Logo

#ae96fe color codes

#AE96FE
(174,150,254)
0 Favorites   0 Comments

Color spaces of #ae96fe

RGB 174150254
HSL0.710.980.79
HSV254°41°100°
CMYK 0.310.410.00   0.00
XYZ46.251337.967198.6566
Yxy37.96710.25290.2076
Hunter Lab61.617426.1552-51.7979
CIE-Lab67.996431.2237-48.7103

#ae96fe color RGB value is (174,150,254).

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

The process color (four color CMYK) of #ae96fe color code is 0.31, 0.41, 0.00, 0.00. Web safe color of #ae96fe is #9999ff. Color #ae96fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 11111110
Octal 256 226 376
Decimal 174 150 254
Hex AE 96 FE

RGB Percentages of Color #ae96fe

%30.10
%25.95
%43.94

CMYK Percentages of Color #ae96fe

%31
%41
%0
%0

Triadic Colors of #ae96fe

#ae96fe #feae96 #96feae

Analogous Colors of #ae96fe

#ae96fe #e296fe #96b2fe

Monochromatic Colors of #ae96fe

#ae96fe

Complementary Color

#ae96fe #e6fe96

#ae96fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96fe Color CSS Codes

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

#ae96fe Text Font Color

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

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


#ae96fe Background Color

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

This div background color is #ae96fe


#ae96fe Border Color

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

This div border color is #ae96fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96fe

Related Colors


Comments

No comments written yet.

Please login to write comment.