Color Hex Logo

#e41afc Color Hex

#E41AFC
(228,26,252)
0 Favorites   0 Comments

Color spaces of #e41afc

RGB 22826252
HSL0.820.970.55
HSV294°90°99°
CMYK 0.100.900.00   0.01
XYZ49.935024.261094.1464
Yxy24.26100.29660.1441
Hunter Lab49.255594.7656-78.8475
CIE-Lab56.348291.6068-65.7981

#e41afc color RGB value is (228,26,252).

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

The process color (four color CMYK) of #e41afc color hex is 0.10, 0.90, 0.00, 0.01. Web safe color of #e41afc is #cc33ff. Color #e41afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011010 11111100
Octal 344 32 374
Decimal 228 26 252
Hex E4 1A FC

RGB Percentages of Color #e41afc

%45.06
%5.14
%49.80

CMYK Percentages of Color #e41afc

%10
%90
%0
%1

Triadic Colors of #e41afc

#e41afc #fce41a #1afce4

Analogous Colors of #e41afc

#e41afc #fc1aa3 #731afc

Monochromatic Colors of #e41afc

#e41afc

Complementary Color

#e41afc #32fc1a

#e41afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41afc Color CSS Codes

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

#e41afc Text Font Color

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

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


#e41afc Background Color

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

This div background color is #e41afc


#e41afc Border Color

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

This div border color is #e41afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,26,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 #e41afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41afc


Comments

No comments written yet.

Please login to write comment.