Color Hex Logo

#e404cd Color Hex

#E404CD
(228,4,205)
0 Favorites   0 Comments

Color spaces of #e404cd

RGB 2284205
HSL0.850.970.45
HSV306°98°89°
CMYK 0.000.980.10   0.11
XYZ43.057820.988659.5394
Yxy20.98860.34840.1698
Hunter Lab45.813387.5905-44.9845
CIE-Lab52.937086.8665-44.6909

#e404cd color RGB value is (228,4,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000100 11001101
Octal 344 4 315
Decimal 228 4 205
Hex E4 4 CD

RGB Percentages of Color #e404cd

%52.17
%0.92
%46.91

CMYK Percentages of Color #e404cd

%0
%98
%10
%11

Triadic Colors of #e404cd

#e404cd #cde404 #04cde4

Analogous Colors of #e404cd

#e404cd #e4045d #8b04e4

Monochromatic Colors of #e404cd

#e404cd

Complementary Color

#e404cd #04e41b

#e404cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e404cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e404cd Color CSS Codes

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

#e404cd Text Font Color

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

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


#e404cd Background Color

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

This div background color is #e404cd


#e404cd Border Color

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

This div border color is #e404cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e404cd


Comments

No comments written yet.

Please login to write comment.