Color Hex Logo

#e404cc Color Hex

#E404CC
(228,4,204)
0 Favorites   0 Comments

Color spaces of #e404cc

RGB 2284204
HSL0.850.970.45
HSV306°98°89°
CMYK 0.000.980.11   0.11
XYZ42.937420.940458.9056
Yxy20.94040.34970.1705
Hunter Lab45.760787.4060-44.2888
CIE-Lab52.884286.7358-44.1996

#e404cc color RGB value is (228,4,204).

#e404cc hex color red value is 228, green value is 4 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e404cc hue: 0.85 , saturation: 0.97 and the lightness value of e404cc is 0.45.

The process color (four color CMYK) of #e404cc color hex is 0.00, 0.98, 0.11, 0.11. Web safe color of #e404cc is #cc00cc. Color #e404cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000100 11001100
Octal 344 4 314
Decimal 228 4 204
Hex E4 4 CC

RGB Percentages of Color #e404cc

%52.29
%0.92
%46.79

CMYK Percentages of Color #e404cc

%0
%98
%11
%11

Triadic Colors of #e404cc

#e404cc #cce404 #04cce4

Analogous Colors of #e404cc

#e404cc #e4045c #8c04e4

Monochromatic Colors of #e404cc

#e404cc

Complementary Color

#e404cc #04e41c

#e404cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e404cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e404cc Color CSS Codes

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

#e404cc Text Font Color

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

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


#e404cc Background Color

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

This div background color is #e404cc


#e404cc Border Color

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

This div border color is #e404cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e404cc


Comments

No comments written yet.

Please login to write comment.