Color Hex Logo

#ae9adf Color Hex

#AE9ADF
(174,154,223)
0 Favorites   0 Comments

Color spaces of #ae9adf

RGB 174154223
HSL0.710.520.74
HSV257°31°87°
CMYK 0.220.310.00   0.13
XYZ42.330437.437674.8072
Yxy37.43760.27380.2422
Hunter Lab61.186316.4154-29.6584
CIE-Lab67.604121.4718-32.3333

#ae9adf color RGB value is (174,154,223).

#ae9adf hex color red value is 174, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae9adf hue: 0.71 , saturation: 0.52 and the lightness value of ae9adf is 0.74.

The process color (four color CMYK) of #ae9adf color hex is 0.22, 0.31, 0.00, 0.13. Web safe color of #ae9adf is #9999cc. Color #ae9adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 11011111
Octal 256 232 337
Decimal 174 154 223
Hex AE 9A DF

RGB Percentages of Color #ae9adf

%31.58
%27.95
%40.47

CMYK Percentages of Color #ae9adf

%22
%31
%0
%13

Triadic Colors of #ae9adf

#ae9adf #dfae9a #9adfae

Analogous Colors of #ae9adf

#ae9adf #d19adf #9aa9df

Monochromatic Colors of #ae9adf

#ae9adf

Complementary Color

#ae9adf #cbdf9a

#ae9adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9adf Color CSS Codes

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

#ae9adf Text Font Color

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

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


#ae9adf Background Color

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

This div background color is #ae9adf


#ae9adf Border Color

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

This div border color is #ae9adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9adf


Comments

No comments written yet.

Please login to write comment.