Color Hex Logo

#ae66df Color Hex

#AE66DF
(174,102,223)
0 Favorites   0 Comments

Color spaces of #ae66df

RGB 174102223
HSL0.770.650.64
HSV276°54°87°
CMYK 0.220.540.00   0.13
XYZ35.526223.829172.5391
Yxy23.82910.26940.1807
Hunter Lab48.815144.4808-53.9343
CIE-Lab55.916350.1854-50.6827

#ae66df color RGB value is (174,102,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 11011111
Octal 256 146 337
Decimal 174 102 223
Hex AE 66 DF

RGB Percentages of Color #ae66df

%34.87
%20.44
%44.69

CMYK Percentages of Color #ae66df

%22
%54
%0
%13

Triadic Colors of #ae66df

#ae66df #dfae66 #66dfae

Analogous Colors of #ae66df

#ae66df #df66d4 #7266df

Monochromatic Colors of #ae66df

#ae66df

Complementary Color

#ae66df #97df66

#ae66df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae66df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae66df Color CSS Codes

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

#ae66df Text Font Color

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

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


#ae66df Background Color

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

This div background color is #ae66df


#ae66df Border Color

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

This div border color is #ae66df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae66df


Comments

No comments written yet.

Please login to write comment.