Color Hex Logo

#e41dff Color Hex

#E41DFF
(228,29,255)
0 Favorites   0 Comments

Color spaces of #e41dff

RGB 22829255
HSL0.811.000.56
HSV293°89°100°
CMYK 0.110.890.00   0.00
XYZ50.484324.592796.6938
Yxy24.59270.29390.1432
Hunter Lab49.591094.9310-80.8914
CIE-Lab56.676491.6660-66.9355

#e41dff color RGB value is (228,29,255).

#e41dff hex color red value is 228, green value is 29 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e41dff hue: 0.81 , saturation: 1.00 and the lightness value of e41dff is 0.56.

The process color (four color CMYK) of #e41dff color hex is 0.11, 0.89, 0.00, 0.00. Web safe color of #e41dff is #cc33ff. Color #e41dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011101 11111111
Octal 344 35 377
Decimal 228 29 255
Hex E4 1D FF

RGB Percentages of Color #e41dff

%44.53
%5.66
%49.80

CMYK Percentages of Color #e41dff

%11
%89
%0
%0

Triadic Colors of #e41dff

#e41dff #ffe41d #1dffe4

Analogous Colors of #e41dff

#e41dff #ff1da9 #731dff

Monochromatic Colors of #e41dff

#e41dff

Complementary Color

#e41dff #38ff1d

#e41dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41dff Color CSS Codes

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

#e41dff Text Font Color

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

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


#e41dff Background Color

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

This div background color is #e41dff


#e41dff Border Color

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

This div border color is #e41dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41dff

Related Colors


Comments

No comments written yet.

Please login to write comment.