Color Hex Logo

#ae83df Color Hex

#AE83DF
(174,131,223)
0 Favorites   0 Comments

Color spaces of #ae83df

RGB 174131223
HSL0.740.590.69
HSV268°41°87°
CMYK 0.220.410.00   0.13
XYZ38.891130.559073.6607
Yxy30.55900.27180.2135
Hunter Lab55.280228.8392-40.3076
CIE-Lab62.133634.4168-40.8589

#ae83df color RGB value is (174,131,223).

#ae83df hex color red value is 174, green value is 131 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae83df hue: 0.74 , saturation: 0.59 and the lightness value of ae83df is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 11011111
Octal 256 203 337
Decimal 174 131 223
Hex AE 83 DF

RGB Percentages of Color #ae83df

%32.95
%24.81
%42.23

CMYK Percentages of Color #ae83df

%22
%41
%0
%13

Triadic Colors of #ae83df

#ae83df #dfae83 #83dfae

Analogous Colors of #ae83df

#ae83df #dc83df #8386df

Monochromatic Colors of #ae83df

#ae83df

Complementary Color

#ae83df #b4df83

#ae83df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae83df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae83df Color CSS Codes

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

#ae83df Text Font Color

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

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


#ae83df Background Color

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

This div background color is #ae83df


#ae83df Border Color

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

This div border color is #ae83df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae83df


Comments

No comments written yet.

Please login to write comment.