Color Hex Logo

#e41cef Color Hex

#E41CEF
(228,28,239)
0 Favorites   0 Comments

Color spaces of #e41cef

RGB 22828239
HSL0.820.870.52
HSV297°88°94°
CMYK 0.050.880.00   0.06
XYZ47.990123.556583.6788
Yxy23.55650.30920.1518
Hunter Lab48.535091.5595-68.2468
CIE-Lab55.641089.3475-59.6767

#e41cef color RGB value is (228,28,239).

#e41cef hex color red value is 228, green value is 28 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e41cef hue: 0.82 , saturation: 0.87 and the lightness value of e41cef is 0.52.

The process color (four color CMYK) of #e41cef color hex is 0.05, 0.88, 0.00, 0.06. Web safe color of #e41cef is #cc33ff. Color #e41cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011100 11101111
Octal 344 34 357
Decimal 228 28 239
Hex E4 1C EF

RGB Percentages of Color #e41cef

%46.06
%5.66
%48.28

CMYK Percentages of Color #e41cef

%5
%88
%0
%6

Triadic Colors of #e41cef

#e41cef #efe41c #1cefe4

Analogous Colors of #e41cef

#e41cef #ef1c91 #7b1cef

Monochromatic Colors of #e41cef

#e41cef

Complementary Color

#e41cef #27ef1c

#e41cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41cef Color CSS Codes

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

#e41cef Text Font Color

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

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


#e41cef Background Color

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

This div background color is #e41cef


#e41cef Border Color

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

This div border color is #e41cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41cef


Comments

No comments written yet.

Please login to write comment.