Color Hex Logo

#e41fec Color Hex

#E41FEC
(228,31,236)
0 Favorites   0 Comments

Color spaces of #e41fec

RGB 22831236
HSL0.830.840.52
HSV298°87°93°
CMYK 0.030.870.00   0.07
XYZ47.625223.530181.3885
Yxy23.53010.31220.1543
Hunter Lab48.507890.3634-65.5238
CIE-Lab55.614288.4512-58.0360

#e41fec color RGB value is (228,31,236).

#e41fec hex color red value is 228, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e41fec hue: 0.83 , saturation: 0.84 and the lightness value of e41fec is 0.52.

The process color (four color CMYK) of #e41fec color hex is 0.03, 0.87, 0.00, 0.07. Web safe color of #e41fec is #cc33ff. Color #e41fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011111 11101100
Octal 344 37 354
Decimal 228 31 236
Hex E4 1F EC

RGB Percentages of Color #e41fec

%46.06
%6.26
%47.68

CMYK Percentages of Color #e41fec

%3
%87
%0
%7

Triadic Colors of #e41fec

#e41fec #ece41f #1fece4

Analogous Colors of #e41fec

#e41fec #ec1f8e #7e1fec

Monochromatic Colors of #e41fec

#e41fec

Complementary Color

#e41fec #27ec1f

#e41fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41fec Color CSS Codes

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

#e41fec Text Font Color

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

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


#e41fec Background Color

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

This div background color is #e41fec


#e41fec Border Color

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

This div border color is #e41fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41fec


Comments

No comments written yet.

Please login to write comment.