Color Hex Logo

#ae0ede Color Hex

#AE0EDE
(174,14,222)
0 Favorites   0 Comments

Color spaces of #ae0ede

RGB 17414222
HSL0.790.880.46
HSV286°94°87°
CMYK 0.220.940.00   0.13
XYZ30.797414.586770.2995
Yxy14.58670.26620.1261
Hunter Lab38.192577.1005-82.3980
CIE-Lab45.062880.2204-67.5791

#ae0ede color RGB value is (174,14,222).

#ae0ede hex color red value is 174, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae0ede hue: 0.79 , saturation: 0.88 and the lightness value of ae0ede is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001110 11011110
Octal 256 16 336
Decimal 174 14 222
Hex AE E DE

RGB Percentages of Color #ae0ede

%42.44
%3.41
%54.15

CMYK Percentages of Color #ae0ede

%22
%94
%0
%13

Triadic Colors of #ae0ede

#ae0ede #deae0e #0edeae

Analogous Colors of #ae0ede

#ae0ede #de0ea6 #460ede

Monochromatic Colors of #ae0ede

#ae0ede

Complementary Color

#ae0ede #3ede0e

#ae0ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ede Color CSS Codes

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

#ae0ede Text Font Color

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

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


#ae0ede Background Color

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

This div background color is #ae0ede


#ae0ede Border Color

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

This div border color is #ae0ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ede


Comments

No comments written yet.

Please login to write comment.