Color Hex Logo

#e445ad Color Hex

#E445AD
(228,69,173)
0 Favorites   0 Comments

Color spaces of #e445ad

RGB 22869173
HSL0.890.750.58
HSV321°70°89°
CMYK 0.000.700.24   0.11
XYZ41.665923.767441.9267
Yxy23.76740.38810.2214
Hunter Lab48.751867.2399-16.8633
CIE-Lab55.854270.1093-21.6171

#e445ad color RGB value is (228,69,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000101 10101101
Octal 344 105 255
Decimal 228 69 173
Hex E4 45 AD

RGB Percentages of Color #e445ad

%48.51
%14.68
%36.81

CMYK Percentages of Color #e445ad

%0
%70
%24
%11

Triadic Colors of #e445ad

#e445ad #ade445 #45ade4

Analogous Colors of #e445ad

#e445ad #e4455e #cc45e4

Monochromatic Colors of #e445ad

#e445ad

Complementary Color

#e445ad #45e47c

#e445ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e445ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e445ad Color CSS Codes

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

#e445ad Text Font Color

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

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


#e445ad Background Color

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

This div background color is #e445ad


#e445ad Border Color

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

This div border color is #e445ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e445ad


Comments

No comments written yet.

Please login to write comment.