Color Hex Logo

#ae95df Color Hex

#AE95DF
(174,149,223)
0 Favorites   0 Comments

Color spaces of #ae95df

RGB 174149223
HSL0.720.540.73
HSV260°33°87°
CMYK 0.220.330.00   0.13
XYZ41.522335.821374.5378
Yxy35.82130.27340.2359
Hunter Lab59.850919.0975-31.9436
CIE-Lab66.383224.2888-34.2262

#ae95df color RGB value is (174,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010101 11011111
Octal 256 225 337
Decimal 174 149 223
Hex AE 95 DF

RGB Percentages of Color #ae95df

%31.87
%27.29
%40.84

CMYK Percentages of Color #ae95df

%22
%33
%0
%13

Triadic Colors of #ae95df

#ae95df #dfae95 #95dfae

Analogous Colors of #ae95df

#ae95df #d395df #95a1df

Monochromatic Colors of #ae95df

#ae95df

Complementary Color

#ae95df #c6df95

#ae95df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae95df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae95df Color CSS Codes

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

#ae95df Text Font Color

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

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


#ae95df Background Color

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

This div background color is #ae95df


#ae95df Border Color

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

This div border color is #ae95df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae95df


Comments

No comments written yet.

Please login to write comment.