Color Hex Logo

#e449ae Color Hex

#E449AE
(228,73,174)
0 Favorites   0 Comments

Color spaces of #e449ae

RGB 22873174
HSL0.890.740.59
HSV321°68°89°
CMYK 0.000.680.24   0.11
XYZ42.017424.315142.5231
Yxy24.31510.38600.2234
Hunter Lab49.310365.8070-16.6119
CIE-Lab56.401968.8134-21.3593

#e449ae color RGB value is (228,73,174).

#e449ae hex color red value is 228, green value is 73 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e449ae hue: 0.89 , saturation: 0.74 and the lightness value of e449ae is 0.59.

The process color (four color CMYK) of #e449ae color hex is 0.00, 0.68, 0.24, 0.11. Web safe color of #e449ae is #cc3399. Color #e449ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 10101110
Octal 344 111 256
Decimal 228 73 174
Hex E4 49 AE

RGB Percentages of Color #e449ae

%48.00
%15.37
%36.63

CMYK Percentages of Color #e449ae

%0
%68
%24
%11

Triadic Colors of #e449ae

#e449ae #aee449 #49aee4

Analogous Colors of #e449ae

#e449ae #e44961 #cd49e4

Monochromatic Colors of #e449ae

#e449ae

Complementary Color

#e449ae #49e47f

#e449ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449ae Color CSS Codes

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

#e449ae Text Font Color

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

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


#e449ae Background Color

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

This div background color is #e449ae


#e449ae Border Color

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

This div border color is #e449ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449ae


Comments

No comments written yet.

Please login to write comment.