Color Hex Logo

#aea0ef Color Hex

#AEA0EF
(174,160,239)
0 Favorites   0 Comments

Color spaces of #aea0ef

RGB 174160239
HSL0.700.710.78
HSV251°33°94°
CMYK 0.270.330.00   0.06
XYZ45.606440.372387.0503
Yxy40.37230.26360.2333
Hunter Lab63.539216.9280-36.7513
CIE-Lab69.733921.8979-37.8066

#aea0ef color RGB value is (174,160,239).

#aea0ef hex color red value is 174, green value is 160 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aea0ef hue: 0.70 , saturation: 0.71 and the lightness value of aea0ef is 0.78.

The process color (four color CMYK) of #aea0ef color hex is 0.27, 0.33, 0.00, 0.06. Web safe color of #aea0ef is #9999ff. Color #aea0ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 11101111
Octal 256 240 357
Decimal 174 160 239
Hex AE A0 EF

RGB Percentages of Color #aea0ef

%30.37
%27.92
%41.71

CMYK Percentages of Color #aea0ef

%27
%33
%0
%6

Triadic Colors of #aea0ef

#aea0ef #efaea0 #a0efae

Analogous Colors of #aea0ef

#aea0ef #d6a0ef #a0baef

Monochromatic Colors of #aea0ef

#aea0ef

Complementary Color

#aea0ef #e1efa0

#aea0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea0ef Color CSS Codes

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

#aea0ef Text Font Color

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

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


#aea0ef Background Color

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

This div background color is #aea0ef


#aea0ef Border Color

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

This div border color is #aea0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea0ef


Comments

No comments written yet.

Please login to write comment.