Color Hex Logo

#ae0ade Color Hex

#AE0ADE
(174,10,222)
0 Favorites   0 Comments

Color spaces of #ae0ade

RGB 17410222
HSL0.800.910.45
HSV286°95°87°
CMYK 0.220.950.00   0.13
XYZ30.748914.489770.2834
Yxy14.48970.26620.1254
Hunter Lab38.065377.5766-82.8266
CIE-Lab44.927280.6248-67.7997

#ae0ade color RGB value is (174,10,222).

#ae0ade hex color red value is 174, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae0ade hue: 0.80 , saturation: 0.91 and the lightness value of ae0ade is 0.45.

The process color (four color CMYK) of #ae0ade color hex is 0.22, 0.95, 0.00, 0.13. Web safe color of #ae0ade is #9900cc. Color #ae0ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001010 11011110
Octal 256 12 336
Decimal 174 10 222
Hex AE A DE

RGB Percentages of Color #ae0ade

%42.86
%2.46
%54.68

CMYK Percentages of Color #ae0ade

%22
%95
%0
%13

Triadic Colors of #ae0ade

#ae0ade #deae0a #0adeae

Analogous Colors of #ae0ade

#ae0ade #de0aa4 #440ade

Monochromatic Colors of #ae0ade

#ae0ade

Complementary Color

#ae0ade #3ade0a

#ae0ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ade Color CSS Codes

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

#ae0ade Text Font Color

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

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


#ae0ade Background Color

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

This div background color is #ae0ade


#ae0ade Border Color

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

This div border color is #ae0ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ade


Comments

No comments written yet.

Please login to write comment.