Color Hex Logo

#aea1ea Color Hex

#AEA1EA
(174,161,234)
0 Favorites   0 Comments

Color spaces of #aea1ea

RGB 174161234
HSL0.700.630.77
HSV251°31°92°
CMYK 0.260.310.00   0.08
XYZ45.051740.428983.2710
Yxy40.42890.26700.2396
Hunter Lab63.583715.2031-33.1392
CIE-Lab69.773920.1319-35.0115

#aea1ea color RGB value is (174,161,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 11101010
Octal 256 241 352
Decimal 174 161 234
Hex AE A1 EA

RGB Percentages of Color #aea1ea

%30.58
%28.30
%41.12

CMYK Percentages of Color #aea1ea

%26
%31
%0
%8

Triadic Colors of #aea1ea

#aea1ea #eaaea1 #a1eaae

Analogous Colors of #aea1ea

#aea1ea #d3a1ea #a1b9ea

Monochromatic Colors of #aea1ea

#aea1ea

Complementary Color

#aea1ea #ddeaa1

#aea1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea1ea Color CSS Codes

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

#aea1ea Text Font Color

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

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


#aea1ea Background Color

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

This div background color is #aea1ea


#aea1ea Border Color

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

This div border color is #aea1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea1ea


Comments

No comments written yet.

Please login to write comment.