Color Hex Logo

#ae94df Color Hex

#AE94DF
(174,148,223)
0 Favorites   0 Comments

Color spaces of #ae94df

RGB 174148223
HSL0.720.540.73
HSV261°34°87°
CMYK 0.220.340.00   0.13
XYZ41.364735.506274.4853
Yxy35.50620.27330.2346
Hunter Lab59.587119.6354-32.4030
CIE-Lab66.140924.8525-34.6025

#ae94df color RGB value is (174,148,223).

#ae94df hex color red value is 174, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae94df hue: 0.72 , saturation: 0.54 and the lightness value of ae94df is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 11011111
Octal 256 224 337
Decimal 174 148 223
Hex AE 94 DF

RGB Percentages of Color #ae94df

%31.93
%27.16
%40.92

CMYK Percentages of Color #ae94df

%22
%34
%0
%13

Triadic Colors of #ae94df

#ae94df #dfae94 #94dfae

Analogous Colors of #ae94df

#ae94df #d494df #94a0df

Monochromatic Colors of #ae94df

#ae94df

Complementary Color

#ae94df #c5df94

#ae94df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae94df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae94df Color CSS Codes

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

#ae94df Text Font Color

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

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


#ae94df Background Color

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

This div background color is #ae94df


#ae94df Border Color

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

This div border color is #ae94df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae94df


Comments

No comments written yet.

Please login to write comment.