Color Hex Logo

#aea3e1 Color Hex

#AEA3E1
(174,163,225)
0 Favorites   0 Comments

Color spaces of #aea3e1

RGB 174163225
HSL0.700.510.76
HSV251°28°88°
CMYK 0.230.280.00   0.12
XYZ44.143440.629376.7498
Yxy40.62930.27330.2515
Hunter Lab63.741112.0718-26.7715
CIE-Lab69.915416.8842-29.8628

#aea3e1 color RGB value is (174,163,225).

#aea3e1 hex color red value is 174, green value is 163 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aea3e1 hue: 0.70 , saturation: 0.51 and the lightness value of aea3e1 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 11100001
Octal 256 243 341
Decimal 174 163 225
Hex AE A3 E1

RGB Percentages of Color #aea3e1

%30.96
%29.00
%40.04

CMYK Percentages of Color #aea3e1

%23
%28
%0
%12

Triadic Colors of #aea3e1

#aea3e1 #e1aea3 #a3e1ae

Analogous Colors of #aea3e1

#aea3e1 #cda3e1 #a3b7e1

Monochromatic Colors of #aea3e1

#aea3e1

Complementary Color

#aea3e1 #d6e1a3

#aea3e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea3e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea3e1 Color CSS Codes

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

#aea3e1 Text Font Color

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

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


#aea3e1 Background Color

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

This div background color is #aea3e1


#aea3e1 Border Color

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

This div border color is #aea3e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea3e1


Comments

No comments written yet.

Please login to write comment.