Color Hex Logo

#aea2db Color Hex

#AEA2DB
(174,162,219)
0 Favorites   0 Comments

Color spaces of #aea2db

RGB 174162219
HSL0.700.440.75
HSV253°26°86°
CMYK 0.210.260.00   0.14
XYZ43.162139.953872.4548
Yxy39.95380.27740.2568
Hunter Lab63.209011.2724-23.7162
CIE-Lab69.436616.0573-27.3041

#aea2db color RGB value is (174,162,219).

#aea2db hex color red value is 174, green value is 162 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aea2db hue: 0.70 , saturation: 0.44 and the lightness value of aea2db is 0.75.

The process color (four color CMYK) of #aea2db color hex is 0.21, 0.26, 0.00, 0.14. Web safe color of #aea2db is #9999cc. Color #aea2db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 11011011
Octal 256 242 333
Decimal 174 162 219
Hex AE A2 DB

RGB Percentages of Color #aea2db

%31.35
%29.19
%39.46

CMYK Percentages of Color #aea2db

%21
%26
%0
%14

Triadic Colors of #aea2db

#aea2db #dbaea2 #a2dbae

Analogous Colors of #aea2db

#aea2db #cba2db #a2b3db

Monochromatic Colors of #aea2db

#aea2db

Complementary Color

#aea2db #cfdba2

#aea2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea2db Color CSS Codes

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

#aea2db Text Font Color

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

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


#aea2db Background Color

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

This div background color is #aea2db


#aea2db Border Color

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

This div border color is #aea2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea2db


Comments

No comments written yet.

Please login to write comment.