Color Hex Logo

#ae8ee1 Color Hex

#AE8EE1
(174,142,225)
0 Favorites   0 Comments

Color spaces of #ae8ee1

RGB 174142225
HSL0.730.580.72
HSV263°37°88°
CMYK 0.230.370.00   0.12
XYZ40.719233.780975.6084
Yxy33.78090.27130.2250
Hunter Lab58.121323.3429-36.4437
CIE-Lab64.788328.7014-37.8159

#ae8ee1 color RGB value is (174,142,225).

#ae8ee1 hex color red value is 174, green value is 142 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ae8ee1 hue: 0.73 , saturation: 0.58 and the lightness value of ae8ee1 is 0.72.

The process color (four color CMYK) of #ae8ee1 color hex is 0.23, 0.37, 0.00, 0.12. Web safe color of #ae8ee1 is #9999cc. Color #ae8ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001110 11100001
Octal 256 216 341
Decimal 174 142 225
Hex AE 8E E1

RGB Percentages of Color #ae8ee1

%32.16
%26.25
%41.59

CMYK Percentages of Color #ae8ee1

%23
%37
%0
%12

Triadic Colors of #ae8ee1

#ae8ee1 #e1ae8e #8ee1ae

Analogous Colors of #ae8ee1

#ae8ee1 #d88ee1 #8e98e1

Monochromatic Colors of #ae8ee1

#ae8ee1

Complementary Color

#ae8ee1 #c1e18e

#ae8ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8ee1 Color CSS Codes

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

#ae8ee1 Text Font Color

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

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


#ae8ee1 Background Color

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

This div background color is #ae8ee1


#ae8ee1 Border Color

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

This div border color is #ae8ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8ee1


Comments

No comments written yet.

Please login to write comment.