Color Hex Logo

#e444a0 Color Hex

#E444A0
(228,68,160)
0 Favorites   0 Comments

Color spaces of #e444a0

RGB 22868160
HSL0.900.750.58
HSV326°70°89°
CMYK 0.000.700.30   0.11
XYZ40.407223.166335.5996
Yxy23.16630.40740.2336
Hunter Lab48.131465.6242-10.1609
CIE-Lab55.243268.8787-14.9486

#e444a0 color RGB value is (228,68,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000100 10100000
Octal 344 104 240
Decimal 228 68 160
Hex E4 44 A0

RGB Percentages of Color #e444a0

%50.00
%14.91
%35.09

CMYK Percentages of Color #e444a0

%0
%70
%30
%11

Triadic Colors of #e444a0

#e444a0 #a0e444 #44a0e4

Analogous Colors of #e444a0

#e444a0 #e44450 #d844e4

Monochromatic Colors of #e444a0

#e444a0

Complementary Color

#e444a0 #44e488

#e444a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e444a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e444a0 Color CSS Codes

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

#e444a0 Text Font Color

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

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


#e444a0 Background Color

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

This div background color is #e444a0


#e444a0 Border Color

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

This div border color is #e444a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e444a0


Comments

No comments written yet.

Please login to write comment.