Color Hex Logo

#e41efc Color Hex

#E41EFC
(228,30,252)
0 Favorites   0 Comments

Color spaces of #e41efc

RGB 22830252
HSL0.820.970.55
HSV294°88°99°
CMYK 0.100.880.00   0.01
XYZ50.029924.450894.1781
Yxy24.45080.29660.1450
Hunter Lab49.447894.0679-78.3102
CIE-Lab56.536391.0511-65.4951

#e41efc color RGB value is (228,30,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011110 11111100
Octal 344 36 374
Decimal 228 30 252
Hex E4 1E FC

RGB Percentages of Color #e41efc

%44.71
%5.88
%49.41

CMYK Percentages of Color #e41efc

%10
%88
%0
%1

Triadic Colors of #e41efc

#e41efc #fce41e #1efce4

Analogous Colors of #e41efc

#e41efc #fc1ea5 #751efc

Monochromatic Colors of #e41efc

#e41efc

Complementary Color

#e41efc #36fc1e

#e41efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41efc Color CSS Codes

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

#e41efc Text Font Color

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

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


#e41efc Background Color

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

This div background color is #e41efc


#e41efc Border Color

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

This div border color is #e41efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41efc


Comments

No comments written yet.

Please login to write comment.