Color Hex Logo

#ae69de Color Hex

#AE69DE
(174,105,222)
0 Favorites   0 Comments

Color spaces of #ae69de

RGB 174105222
HSL0.760.640.64
HSV275°53°87°
CMYK 0.220.530.00   0.13
XYZ35.692024.375771.9311
Yxy24.37570.27040.1847
Hunter Lab49.371842.6413-51.8210
CIE-Lab56.462048.3926-49.2524

#ae69de color RGB value is (174,105,222).

#ae69de hex color red value is 174, green value is 105 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae69de hue: 0.76 , saturation: 0.64 and the lightness value of ae69de is 0.64.

The process color (four color CMYK) of #ae69de color hex is 0.22, 0.53, 0.00, 0.13. Web safe color of #ae69de is #9966cc. Color #ae69de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 11011110
Octal 256 151 336
Decimal 174 105 222
Hex AE 69 DE

RGB Percentages of Color #ae69de

%34.73
%20.96
%44.31

CMYK Percentages of Color #ae69de

%22
%53
%0
%13

Triadic Colors of #ae69de

#ae69de #deae69 #69deae

Analogous Colors of #ae69de

#ae69de #de69d4 #7469de

Monochromatic Colors of #ae69de

#ae69de

Complementary Color

#ae69de #99de69

#ae69de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69de Color CSS Codes

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

#ae69de Text Font Color

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

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


#ae69de Background Color

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

This div background color is #ae69de


#ae69de Border Color

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

This div border color is #ae69de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69de


Comments

No comments written yet.

Please login to write comment.