Color Hex Logo

#ae8fea Color Hex

#AE8FEA
(174,143,234)
0 Favorites   0 Comments

Color spaces of #ae8fea

RGB 174143234
HSL0.720.680.74
HSV260°39°92°
CMYK 0.260.390.00   0.08
XYZ42.129334.584182.2968
Yxy34.58410.26490.2175
Hunter Lab58.808224.9601-41.8052
CIE-Lab65.423630.2648-41.7960

#ae8fea color RGB value is (174,143,234).

#ae8fea hex color red value is 174, green value is 143 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ae8fea hue: 0.72 , saturation: 0.68 and the lightness value of ae8fea is 0.74.

The process color (four color CMYK) of #ae8fea color hex is 0.26, 0.39, 0.00, 0.08. Web safe color of #ae8fea is #9999ff. Color #ae8fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001111 11101010
Octal 256 217 352
Decimal 174 143 234
Hex AE 8F EA

RGB Percentages of Color #ae8fea

%31.58
%25.95
%42.47

CMYK Percentages of Color #ae8fea

%26
%39
%0
%8

Triadic Colors of #ae8fea

#ae8fea #eaae8f #8feaae

Analogous Colors of #ae8fea

#ae8fea #dc8fea #8f9eea

Monochromatic Colors of #ae8fea

#ae8fea

Complementary Color

#ae8fea #cbea8f

#ae8fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8fea Color CSS Codes

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

#ae8fea Text Font Color

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

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


#ae8fea Background Color

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

This div background color is #ae8fea


#ae8fea Border Color

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

This div border color is #ae8fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8fea


Comments

No comments written yet.

Please login to write comment.