Color Hex Logo

#e449ad Color Hex

#E449AD
(228,73,173)
0 Favorites   0 Comments

Color spaces of #e449ad

RGB 22873173
HSL0.890.740.59
HSV321°68°89°
CMYK 0.000.680.24   0.11
XYZ41.920324.276242.0115
Yxy24.27620.38740.2243
Hunter Lab49.270965.6460-16.0648
CIE-Lab56.363368.6863-20.8373

#e449ad color RGB value is (228,73,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001001 10101101
Octal 344 111 255
Decimal 228 73 173
Hex E4 49 AD

RGB Percentages of Color #e449ad

%48.10
%15.40
%36.50

CMYK Percentages of Color #e449ad

%0
%68
%24
%11

Triadic Colors of #e449ad

#e449ad #ade449 #49ade4

Analogous Colors of #e449ad

#e449ad #e44960 #ce49e4

Monochromatic Colors of #e449ad

#e449ad

Complementary Color

#e449ad #49e480

#e449ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e449ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e449ad Color CSS Codes

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

#e449ad Text Font Color

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

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


#e449ad Background Color

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

This div background color is #e449ad


#e449ad Border Color

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

This div border color is #e449ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e449ad


Comments

No comments written yet.

Please login to write comment.