Color Hex Logo

#e41ffc Color Hex

#E41FFC
(228,31,252)
0 Favorites   0 Comments

Color spaces of #e41ffc

RGB 22831252
HSL0.820.970.55
HSV293°88°99°
CMYK 0.100.880.00   0.01
XYZ50.055624.502294.1866
Yxy24.50220.29660.1452
Hunter Lab49.499793.8802-78.1655
CIE-Lab56.587190.9013-65.4132

#e41ffc color RGB value is (228,31,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011111 11111100
Octal 344 37 374
Decimal 228 31 252
Hex E4 1F FC

RGB Percentages of Color #e41ffc

%44.62
%6.07
%49.32

CMYK Percentages of Color #e41ffc

%10
%88
%0
%1

Triadic Colors of #e41ffc

#e41ffc #fce41f #1ffce4

Analogous Colors of #e41ffc

#e41ffc #fc1fa6 #761ffc

Monochromatic Colors of #e41ffc

#e41ffc

Complementary Color

#e41ffc #37fc1f

#e41ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41ffc Color CSS Codes

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

#e41ffc Text Font Color

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

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


#e41ffc Background Color

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

This div background color is #e41ffc


#e41ffc Border Color

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

This div border color is #e41ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,31,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 #e41ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41ffc


Comments

No comments written yet.

Please login to write comment.