Color Hex Logo

#ae69df Color Hex

#AE69DF
(174,105,223)
0 Favorites   0 Comments

Color spaces of #ae69df

RGB 174105223
HSL0.760.650.64
HSV275°53°87°
CMYK 0.220.530.00   0.13
XYZ35.826424.429572.6391
Yxy24.42950.26960.1838
Hunter Lab49.426242.8892-52.5371
CIE-Lab56.515348.6152-49.7302

#ae69df color RGB value is (174,105,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 11011111
Octal 256 151 337
Decimal 174 105 223
Hex AE 69 DF

RGB Percentages of Color #ae69df

%34.66
%20.92
%44.42

CMYK Percentages of Color #ae69df

%22
%53
%0
%13

Triadic Colors of #ae69df

#ae69df #dfae69 #69dfae

Analogous Colors of #ae69df

#ae69df #df69d5 #7369df

Monochromatic Colors of #ae69df

#ae69df

Complementary Color

#ae69df #9adf69

#ae69df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69df Color CSS Codes

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

#ae69df Text Font Color

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

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


#ae69df Background Color

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

This div background color is #ae69df


#ae69df Border Color

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

This div border color is #ae69df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69df


Comments

No comments written yet.

Please login to write comment.