Color Hex Logo

#aea0cd Color Hex

#AEA0CD
(174,160,205)
0 Favorites   0 Comments

Color spaces of #aea0cd

RGB 174160205
HSL0.720.310.72
HSV259°22°80°
CMYK 0.150.220.00   0.20
XYZ41.045838.548163.0348
Yxy38.54810.28780.2703
Hunter Lab62.08719.3539-16.7340
CIE-Lab68.422714.0411-21.1314

#aea0cd color RGB value is (174,160,205).

#aea0cd hex color red value is 174, green value is 160 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aea0cd hue: 0.72 , saturation: 0.31 and the lightness value of aea0cd is 0.72.

The process color (four color CMYK) of #aea0cd color hex is 0.15, 0.22, 0.00, 0.20. Web safe color of #aea0cd is #9999cc. Color #aea0cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 11001101
Octal 256 240 315
Decimal 174 160 205
Hex AE A0 CD

RGB Percentages of Color #aea0cd

%32.28
%29.68
%38.03

CMYK Percentages of Color #aea0cd

%15
%22
%0
%20

Triadic Colors of #aea0cd

#aea0cd #cdaea0 #a0cdae

Analogous Colors of #aea0cd

#aea0cd #c5a0cd #a0a9cd

Monochromatic Colors of #aea0cd

#aea0cd

Complementary Color

#aea0cd #bfcda0

#aea0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea0cd Color CSS Codes

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

#aea0cd Text Font Color

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

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


#aea0cd Background Color

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

This div background color is #aea0cd


#aea0cd Border Color

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

This div border color is #aea0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea0cd


Comments

No comments written yet.

Please login to write comment.