Color Hex Logo

#e41fde Color Hex

#E41FDE
(228,31,222)
0 Favorites   0 Comments

Color spaces of #e41fde

RGB 22831222
HSL0.840.780.51
HSV302°86°89°
CMYK 0.000.860.03   0.11
XYZ45.669722.747971.0910
Yxy22.74790.32740.1631
Hunter Lab47.694887.4553-54.9879
CIE-Lab54.811786.3987-51.4170

#e41fde color RGB value is (228,31,222).

#e41fde hex color red value is 228, green value is 31 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e41fde hue: 0.84 , saturation: 0.78 and the lightness value of e41fde is 0.51.

The process color (four color CMYK) of #e41fde color hex is 0.00, 0.86, 0.03, 0.11. Web safe color of #e41fde is #cc33cc. Color #e41fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011111 11011110
Octal 344 37 336
Decimal 228 31 222
Hex E4 1F DE

RGB Percentages of Color #e41fde

%47.40
%6.44
%46.15

CMYK Percentages of Color #e41fde

%0
%86
%3
%11

Triadic Colors of #e41fde

#e41fde #dee41f #1fdee4

Analogous Colors of #e41fde

#e41fde #e41f7c #881fe4

Monochromatic Colors of #e41fde

#e41fde

Complementary Color

#e41fde #1fe425

#e41fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41fde Color CSS Codes

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

#e41fde Text Font Color

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

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


#e41fde Background Color

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

This div background color is #e41fde


#e41fde Border Color

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

This div border color is #e41fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41fde


Comments

No comments written yet.

Please login to write comment.