Color Hex Logo

#e41dfc Color Hex

#E41DFC
(228,29,252)
0 Favorites   0 Comments

Color spaces of #e41dfc

RGB 22829252
HSL0.820.970.55
HSV294°88°99°
CMYK 0.100.880.00   0.01
XYZ50.005024.401094.1698
Yxy24.40100.29660.1447
Hunter Lab49.397494.2503-78.4507
CIE-Lab56.487191.1965-65.5744

#e41dfc color RGB value is (228,29,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011101 11111100
Octal 344 35 374
Decimal 228 29 252
Hex E4 1D FC

RGB Percentages of Color #e41dfc

%44.79
%5.70
%49.51

CMYK Percentages of Color #e41dfc

%10
%88
%0
%1

Triadic Colors of #e41dfc

#e41dfc #fce41d #1dfce4

Analogous Colors of #e41dfc

#e41dfc #fc1da5 #751dfc

Monochromatic Colors of #e41dfc

#e41dfc

Complementary Color

#e41dfc #35fc1d

#e41dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41dfc Color CSS Codes

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

#e41dfc Text Font Color

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

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


#e41dfc Background Color

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

This div background color is #e41dfc


#e41dfc Border Color

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

This div border color is #e41dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41dfc


Comments

No comments written yet.

Please login to write comment.