Color Hex Logo

#ae91de Color Hex

#AE91DE
(174,145,222)
0 Favorites   0 Comments

Color spaces of #ae91de

RGB 174145222
HSL0.730.540.72
HSV263°35°87°
CMYK 0.220.350.00   0.13
XYZ40.765834.523473.6223
Yxy34.52340.27380.2318
Hunter Lab58.756621.0206-33.1610
CIE-Lab65.375926.3123-35.2382

#ae91de color RGB value is (174,145,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 11011110
Octal 256 221 336
Decimal 174 145 222
Hex AE 91 DE

RGB Percentages of Color #ae91de

%32.16
%26.80
%41.04

CMYK Percentages of Color #ae91de

%22
%35
%0
%13

Triadic Colors of #ae91de

#ae91de #deae91 #91deae

Analogous Colors of #ae91de

#ae91de #d591de #919bde

Monochromatic Colors of #ae91de

#ae91de

Complementary Color

#ae91de #c1de91

#ae91de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae91de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae91de Color CSS Codes

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

#ae91de Text Font Color

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

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


#ae91de Background Color

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

This div background color is #ae91de


#ae91de Border Color

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

This div border color is #ae91de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae91de


Comments

No comments written yet.

Please login to write comment.