Color Hex Logo

#e41fca Color Hex

#E41FCA
(228,31,202)
0 Favorites   0 Comments

Color spaces of #e41fca

RGB 22831202
HSL0.860.780.51
HSV308°86°89°
CMYK 0.000.860.11   0.11
XYZ43.145621.738257.7990
Yxy21.73820.35170.1772
Hunter Lab46.624283.5897-40.8635
CIE-Lab53.748183.6312-41.6831

#e41fca color RGB value is (228,31,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011111 11001010
Octal 344 37 312
Decimal 228 31 202
Hex E4 1F CA

RGB Percentages of Color #e41fca

%49.46
%6.72
%43.82

CMYK Percentages of Color #e41fca

%0
%86
%11
%11

Triadic Colors of #e41fca

#e41fca #cae41f #1fcae4

Analogous Colors of #e41fca

#e41fca #e41f68 #9c1fe4

Monochromatic Colors of #e41fca

#e41fca

Complementary Color

#e41fca #1fe439

#e41fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41fca Color CSS Codes

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

#e41fca Text Font Color

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

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


#e41fca Background Color

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

This div background color is #e41fca


#e41fca Border Color

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

This div border color is #e41fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41fca


Comments

No comments written yet.

Please login to write comment.