color codes Logo

#e41cfc color codes

#E41CFC
(228,28,252)
0 Favorites   0 Comments

Color spaces of #e41cfc

RGB 22828252
HSL0.820.970.55
HSV294°89°99°
CMYK 0.100.890.00   0.01
XYZ49.980824.352894.1617
Yxy24.35280.29660.1445
Hunter Lab49.348694.4269-78.5869
CIE-Lab56.439391.3372-65.6513

#e41cfc color RGB value is (228,28,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011100 11111100
Octal 344 34 374
Decimal 228 28 252
Hex E4 1C FC

RGB Percentages of Color #e41cfc

%44.88
%5.51
%49.61

CMYK Percentages of Color #e41cfc

%10
%89
%0
%1

Triadic Colors of #e41cfc

#e41cfc #fce41c #1cfce4

Analogous Colors of #e41cfc

#e41cfc #fc1ca4 #741cfc

Monochromatic Colors of #e41cfc

#e41cfc

Complementary Color

#e41cfc #34fc1c

#e41cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41cfc Color CSS Codes

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

#e41cfc Text Font Color

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

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


#e41cfc Background Color

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

This div background color is #e41cfc


#e41cfc Border Color

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

This div border color is #e41cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.