Color Hex Logo

#aea0eb Color Hex

#AEA0EB
(174,160,235)
0 Favorites   0 Comments

Color spaces of #aea0eb

RGB 174160235
HSL0.700.650.77
HSV251°32°92°
CMYK 0.260.320.00   0.08
XYZ45.021840.138483.9719
Yxy40.13840.26620.2373
Hunter Lab63.354915.9762-34.2358
CIE-Lab69.568020.9332-35.8783

#aea0eb color RGB value is (174,160,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 11101011
Octal 256 240 353
Decimal 174 160 235
Hex AE A0 EB

RGB Percentages of Color #aea0eb

%30.58
%28.12
%41.30

CMYK Percentages of Color #aea0eb

%26
%32
%0
%8

Triadic Colors of #aea0eb

#aea0eb #ebaea0 #a0ebae

Analogous Colors of #aea0eb

#aea0eb #d4a0eb #a0b8eb

Monochromatic Colors of #aea0eb

#aea0eb

Complementary Color

#aea0eb #ddeba0

#aea0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea0eb Color CSS Codes

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

#aea0eb Text Font Color

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

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


#aea0eb Background Color

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

This div background color is #aea0eb


#aea0eb Border Color

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

This div border color is #aea0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea0eb


Comments

No comments written yet.

Please login to write comment.