Color Hex Logo

#ae4ede Color Hex

#AE4EDE
(174,78,222)
0 Favorites   0 Comments

Color spaces of #ae4ede

RGB 17478222
HSL0.780.690.59
HSV280°65°87°
CMYK 0.220.650.00   0.13
XYZ33.364819.721471.1553
Yxy19.72140.26850.1587
Hunter Lab44.408856.3936-63.9130
CIE-Lab51.520761.6741-57.1434

#ae4ede color RGB value is (174,78,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001110 11011110
Octal 256 116 336
Decimal 174 78 222
Hex AE 4E DE

RGB Percentages of Color #ae4ede

%36.71
%16.46
%46.84

CMYK Percentages of Color #ae4ede

%22
%65
%0
%13

Triadic Colors of #ae4ede

#ae4ede #deae4e #4edeae

Analogous Colors of #ae4ede

#ae4ede #de4ec6 #664ede

Monochromatic Colors of #ae4ede

#ae4ede

Complementary Color

#ae4ede #7ede4e

#ae4ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4ede Color CSS Codes

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

#ae4ede Text Font Color

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

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


#ae4ede Background Color

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

This div background color is #ae4ede


#ae4ede Border Color

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

This div border color is #ae4ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4ede


Comments

No comments written yet.

Please login to write comment.