color codes Logo

#e41efb color codes

#E41EFB
(228,30,251)
0 Favorites   0 Comments

Color spaces of #e41efb

RGB 22830251
HSL0.820.970.55
HSV294°88°98°
CMYK 0.090.880.00   0.02
XYZ49.871824.387693.3455
Yxy24.38760.29760.1455
Hunter Lab49.383893.8422-77.5016
CIE-Lab56.473890.8950-65.0397

#e41efb color RGB value is (228,30,251).

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

The process color (four color CMYK) of #e41efb color code is 0.09, 0.88, 0.00, 0.02. Web safe color of #e41efb is #cc33ff. Color #e41efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011110 11111011
Octal 344 36 373
Decimal 228 30 251
Hex E4 1E FB

RGB Percentages of Color #e41efb

%44.79
%5.89
%49.31

CMYK Percentages of Color #e41efb

%9
%88
%0
%2

Triadic Colors of #e41efb

#e41efb #fbe41e #1efbe4

Analogous Colors of #e41efb

#e41efb #fb1ea4 #761efb

Monochromatic Colors of #e41efb

#e41efb

Complementary Color

#e41efb #35fb1e

#e41efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41efb Color CSS Codes

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

#e41efb Text Font Color

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

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


#e41efb Background Color

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

This div background color is #e41efb


#e41efb Border Color

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

This div border color is #e41efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41efb


Comments

No comments written yet.

Please login to write comment.