Color Hex Logo

#ae1eda Color Hex

#AE1EDA
(174,30,218)
0 Favorites   0 Comments

Color spaces of #ae1eda

RGB 17430218
HSL0.790.760.49
HSV286°86°85°
CMYK 0.200.860.00   0.15
XYZ30.574714.989267.6114
Yxy14.98920.27020.1324
Hunter Lab38.715973.2122-76.4398
CIE-Lab45.619476.9917-64.3875

#ae1eda color RGB value is (174,30,218).

#ae1eda hex color red value is 174, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae1eda hue: 0.79 , saturation: 0.76 and the lightness value of ae1eda is 0.49.

The process color (four color CMYK) of #ae1eda color hex is 0.20, 0.86, 0.00, 0.15. Web safe color of #ae1eda is #9933cc. Color #ae1eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011110 11011010
Octal 256 36 332
Decimal 174 30 218
Hex AE 1E DA

RGB Percentages of Color #ae1eda

%41.23
%7.11
%51.66

CMYK Percentages of Color #ae1eda

%20
%86
%0
%15

Triadic Colors of #ae1eda

#ae1eda #daae1e #1edaae

Analogous Colors of #ae1eda

#ae1eda #da1ea8 #501eda

Monochromatic Colors of #ae1eda

#ae1eda

Complementary Color

#ae1eda #4ada1e

#ae1eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1eda Color CSS Codes

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

#ae1eda Text Font Color

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

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


#ae1eda Background Color

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

This div background color is #ae1eda


#ae1eda Border Color

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

This div border color is #ae1eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,30,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae1eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1eda


Comments

No comments written yet.

Please login to write comment.