Color Hex Logo

#ae80fe Color Hex

#AE80FE
(174,128,254)
0 Favorites   0 Comments

Color spaces of #ae80fe

RGB 174128254
HSL0.730.980.75
HSV262°50°100°
CMYK 0.310.500.00   0.00
XYZ43.064131.592897.5942
Yxy31.59280.25000.1834
Hunter Lab56.207538.3971-63.6012
CIE-Lab63.004943.4891-56.6191

#ae80fe color RGB value is (174,128,254).

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

The process color (four color CMYK) of #ae80fe color hex is 0.31, 0.50, 0.00, 0.00. Web safe color of #ae80fe is #9999ff. Color #ae80fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 11111110
Octal 256 200 376
Decimal 174 128 254
Hex AE 80 FE

RGB Percentages of Color #ae80fe

%31.29
%23.02
%45.68

CMYK Percentages of Color #ae80fe

%31
%50
%0
%0

Triadic Colors of #ae80fe

#ae80fe #feae80 #80feae

Analogous Colors of #ae80fe

#ae80fe #ed80fe #8091fe

Monochromatic Colors of #ae80fe

#ae80fe

Complementary Color

#ae80fe #d0fe80

#ae80fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae80fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae80fe Color CSS Codes

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

#ae80fe Text Font Color

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

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


#ae80fe Background Color

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

This div background color is #ae80fe


#ae80fe Border Color

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

This div border color is #ae80fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae80fe

Related Colors


Comments

No comments written yet.

Please login to write comment.