Color Hex Logo

#ae66fe Color Hex

#AE66FE
(174,102,254)
0 Favorites   0 Comments

Color spaces of #ae66fe

RGB 174102254
HSL0.750.990.70
HSV268°60°100°
CMYK 0.310.600.00   0.00
XYZ40.096325.657296.6050
Yxy25.65720.24700.1580
Hunter Lab50.652952.6560-77.6205
CIE-Lab57.710257.2784-65.0941

#ae66fe color RGB value is (174,102,254).

#ae66fe hex color red value is 174, green value is 102 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ae66fe hue: 0.75 , saturation: 0.99 and the lightness value of ae66fe is 0.70.

The process color (four color CMYK) of #ae66fe color hex is 0.31, 0.60, 0.00, 0.00. Web safe color of #ae66fe is #9966ff. Color #ae66fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 11111110
Octal 256 146 376
Decimal 174 102 254
Hex AE 66 FE

RGB Percentages of Color #ae66fe

%32.83
%19.25
%47.92

CMYK Percentages of Color #ae66fe

%31
%60
%0
%0

Triadic Colors of #ae66fe

#ae66fe #feae66 #66feae

Analogous Colors of #ae66fe

#ae66fe #fa66fe #666afe

Monochromatic Colors of #ae66fe

#ae66fe

Complementary Color

#ae66fe #b6fe66

#ae66fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae66fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae66fe Color CSS Codes

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

#ae66fe Text Font Color

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

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


#ae66fe Background Color

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

This div background color is #ae66fe


#ae66fe Border Color

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

This div border color is #ae66fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae66fe


Comments

No comments written yet.

Please login to write comment.