Color Hex Logo

#ae83de Color Hex

#AE83DE
(174,131,222)
0 Favorites   0 Comments

Color spaces of #ae83de

RGB 174131222
HSL0.750.580.69
HSV268°41°87°
CMYK 0.220.410.00   0.13
XYZ38.756730.505272.9526
Yxy30.50520.27250.2145
Hunter Lab55.231528.6007-39.6512
CIE-Lab62.087734.1864-40.3736

#ae83de color RGB value is (174,131,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 11011110
Octal 256 203 336
Decimal 174 131 222
Hex AE 83 DE

RGB Percentages of Color #ae83de

%33.02
%24.86
%42.13

CMYK Percentages of Color #ae83de

%22
%41
%0
%13

Triadic Colors of #ae83de

#ae83de #deae83 #83deae

Analogous Colors of #ae83de

#ae83de #dc83de #8386de

Monochromatic Colors of #ae83de

#ae83de

Complementary Color

#ae83de #b3de83

#ae83de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae83de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae83de Color CSS Codes

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

#ae83de Text Font Color

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

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


#ae83de Background Color

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

This div background color is #ae83de


#ae83de Border Color

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

This div border color is #ae83de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae83de


Comments

No comments written yet.

Please login to write comment.