Color Hex Logo

#e41dfd Color Hex

#E41DFD
(228,29,253)
0 Favorites   0 Comments

Color spaces of #e41dfd

RGB 22829253
HSL0.810.980.55
HSV293°89°99°
CMYK 0.100.890.00   0.01
XYZ50.163924.464695.0067
Yxy24.46460.29570.1442
Hunter Lab49.461794.4761-79.2618
CIE-Lab56.550091.3524-66.0288

#e41dfd color RGB value is (228,29,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011101 11111101
Octal 344 35 375
Decimal 228 29 253
Hex E4 1D FD

RGB Percentages of Color #e41dfd

%44.71
%5.69
%49.61

CMYK Percentages of Color #e41dfd

%10
%89
%0
%1

Triadic Colors of #e41dfd

#e41dfd #fde41d #1dfde4

Analogous Colors of #e41dfd

#e41dfd #fd1da6 #741dfd

Monochromatic Colors of #e41dfd

#e41dfd

Complementary Color

#e41dfd #36fd1d

#e41dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41dfd Color CSS Codes

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

#e41dfd Text Font Color

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

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


#e41dfd Background Color

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

This div background color is #e41dfd


#e41dfd Border Color

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

This div border color is #e41dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.