Color Hex Logo

#e41bfe Color Hex

#E41BFE
(228,27,254)
0 Favorites   0 Comments

Color spaces of #e41bfe

RGB 22827254
HSL0.810.990.55
HSV293°89°100°
CMYK 0.100.890.00   0.00
XYZ50.276224.433695.8322
Yxy24.43360.29480.1433
Hunter Lab49.430495.0513-80.3462
CIE-Lab56.519391.7858-66.6336

#e41bfe color RGB value is (228,27,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011011 11111110
Octal 344 33 376
Decimal 228 27 254
Hex E4 1B FE

RGB Percentages of Color #e41bfe

%44.79
%5.30
%49.90

CMYK Percentages of Color #e41bfe

%10
%89
%0
%0

Triadic Colors of #e41bfe

#e41bfe #fee41b #1bfee4

Analogous Colors of #e41bfe

#e41bfe #fe1ba7 #731bfe

Monochromatic Colors of #e41bfe

#e41bfe

Complementary Color

#e41bfe #35fe1b

#e41bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41bfe Color CSS Codes

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

#e41bfe Text Font Color

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

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


#e41bfe Background Color

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

This div background color is #e41bfe


#e41bfe Border Color

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

This div border color is #e41bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.