Color Hex Logo

#e41fbd Color Hex

#E41FBD
(228,31,189)
0 Favorites   0 Comments

Color spaces of #e41fbd

RGB 22831189
HSL0.870.780.51
HSV312°86°89°
CMYK 0.000.860.17   0.11
XYZ41.670221.148150.0298
Yxy21.14810.36930.1874
Hunter Lab45.987181.2666-32.3113
CIE-Lab53.111281.9455-35.1737

#e41fbd color RGB value is (228,31,189).

#e41fbd hex color red value is 228, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e41fbd hue: 0.87 , saturation: 0.78 and the lightness value of e41fbd is 0.51.

The process color (four color CMYK) of #e41fbd color hex is 0.00, 0.86, 0.17, 0.11. Web safe color of #e41fbd is #cc33cc. Color #e41fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011111 10111101
Octal 344 37 275
Decimal 228 31 189
Hex E4 1F BD

RGB Percentages of Color #e41fbd

%50.89
%6.92
%42.19

CMYK Percentages of Color #e41fbd

%0
%86
%17
%11

Triadic Colors of #e41fbd

#e41fbd #bde41f #1fbde4

Analogous Colors of #e41fbd

#e41fbd #e41f5b #a91fe4

Monochromatic Colors of #e41fbd

#e41fbd

Complementary Color

#e41fbd #1fe446

#e41fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41fbd Color CSS Codes

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

#e41fbd Text Font Color

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

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


#e41fbd Background Color

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

This div background color is #e41fbd


#e41fbd Border Color

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

This div border color is #e41fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41fbd


Comments

No comments written yet.

Please login to write comment.