Color Hex Logo

#e44ecc Color Hex

#E44ECC
(228,78,204)
0 Favorites   0 Comments

Color spaces of #e44ecc

RGB 22878204
HSL0.860.740.60
HSV310°66°89°
CMYK 0.000.660.11   0.11
XYZ45.618426.302459.7993
Yxy26.30240.34630.1997
Hunter Lab51.285969.0242-33.2320
CIE-Lab58.323071.1172-35.6424

#e44ecc color RGB value is (228,78,204).

#e44ecc hex color red value is 228, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e44ecc hue: 0.86 , saturation: 0.74 and the lightness value of e44ecc is 0.60.

The process color (four color CMYK) of #e44ecc color hex is 0.00, 0.66, 0.11, 0.11. Web safe color of #e44ecc is #cc66cc. Color #e44ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001110 11001100
Octal 344 116 314
Decimal 228 78 204
Hex E4 4E CC

RGB Percentages of Color #e44ecc

%44.71
%15.29
%40.00

CMYK Percentages of Color #e44ecc

%0
%66
%11
%11

Triadic Colors of #e44ecc

#e44ecc #cce44e #4ecce4

Analogous Colors of #e44ecc

#e44ecc #e44e81 #b14ee4

Monochromatic Colors of #e44ecc

#e44ecc

Complementary Color

#e44ecc #4ee466

#e44ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44ecc Color CSS Codes

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

#e44ecc Text Font Color

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

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


#e44ecc Background Color

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

This div background color is #e44ecc


#e44ecc Border Color

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

This div border color is #e44ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44ecc


Comments

No comments written yet.

Please login to write comment.