Color Hex Logo

#ae8dfe Color Hex

#AE8DFE
(174,141,254)
0 Favorites   0 Comments

Color spaces of #ae8dfe

RGB 174141254
HSL0.720.980.77
HSV258°44°100°
CMYK 0.310.440.00   0.00
XYZ44.869835.204298.1961
Yxy35.20420.25170.1975
Hunter Lab59.333131.1550-56.5915
CIE-Lab65.907336.2728-52.0105

#ae8dfe color RGB value is (174,141,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 11111110
Octal 256 215 376
Decimal 174 141 254
Hex AE 8D FE

RGB Percentages of Color #ae8dfe

%30.58
%24.78
%44.64

CMYK Percentages of Color #ae8dfe

%31
%44
%0
%0

Triadic Colors of #ae8dfe

#ae8dfe #feae8d #8dfeae

Analogous Colors of #ae8dfe

#ae8dfe #e78dfe #8da5fe

Monochromatic Colors of #ae8dfe

#ae8dfe

Complementary Color

#ae8dfe #ddfe8d

#ae8dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8dfe Color CSS Codes

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

#ae8dfe Text Font Color

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

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


#ae8dfe Background Color

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

This div background color is #ae8dfe


#ae8dfe Border Color

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

This div border color is #ae8dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8dfe


Comments

No comments written yet.

Please login to write comment.