Color Hex Logo

#ae63de Color Hex

#AE63DE
(174,99,222)
0 Favorites   0 Comments

Color spaces of #ae63de

RGB 17499222
HSL0.770.650.63
HSV277°55°87°
CMYK 0.220.550.00   0.13
XYZ35.102223.196371.7345
Yxy23.19630.26990.1784
Hunter Lab48.162545.8113-54.5942
CIE-Lab55.274051.5154-51.1419

#ae63de color RGB value is (174,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100011 11011110
Octal 256 143 336
Decimal 174 99 222
Hex AE 63 DE

RGB Percentages of Color #ae63de

%35.15
%20.00
%44.85

CMYK Percentages of Color #ae63de

%22
%55
%0
%13

Triadic Colors of #ae63de

#ae63de #deae63 #63deae

Analogous Colors of #ae63de

#ae63de #de63d1 #7163de

Monochromatic Colors of #ae63de

#ae63de

Complementary Color

#ae63de #93de63

#ae63de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae63de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae63de Color CSS Codes

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

#ae63de Text Font Color

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

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


#ae63de Background Color

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

This div background color is #ae63de


#ae63de Border Color

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

This div border color is #ae63de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae63de


Comments

No comments written yet.

Please login to write comment.