Color Hex Logo

#e41af2 Color Hex

#E41AF2
(228,26,242)
0 Favorites   0 Comments

Color spaces of #e41af2

RGB 22826242
HSL0.820.890.53
HSV296°89°95°
CMYK 0.060.890.00   0.05
XYZ48.391323.643686.0176
Yxy23.64360.30620.1496
Hunter Lab48.624792.5501-70.8474
CIE-Lab55.729290.0738-61.2157

#e41af2 color RGB value is (228,26,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011010 11110010
Octal 344 32 362
Decimal 228 26 242
Hex E4 1A F2

RGB Percentages of Color #e41af2

%45.97
%5.24
%48.79

CMYK Percentages of Color #e41af2

%6
%89
%0
%5

Triadic Colors of #e41af2

#e41af2 #f2e41a #1af2e4

Analogous Colors of #e41af2

#e41af2 #f21a94 #781af2

Monochromatic Colors of #e41af2

#e41af2

Complementary Color

#e41af2 #28f21a

#e41af2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41af2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41af2 Color CSS Codes

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

#e41af2 Text Font Color

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

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


#e41af2 Background Color

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

This div background color is #e41af2


#e41af2 Border Color

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

This div border color is #e41af2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41af2


Comments

No comments written yet.

Please login to write comment.