Color Hex Logo

#e41895 Color Hex

#E41895
(228,24,149)
0 Favorites   0 Comments

Color spaces of #e41895

RGB 22824149
HSL0.900.810.49
HSV323°89°89°
CMYK 0.000.890.35   0.11
XYZ37.746419.317230.1729
Yxy19.31720.43270.2214
Hunter Lab43.951376.3850-9.9371
CIE-Lab51.056378.4855-14.7772

#e41895 color RGB value is (228,24,149).

#e41895 hex color red value is 228, green value is 24 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e41895 hue: 0.90 , saturation: 0.81 and the lightness value of e41895 is 0.49.

The process color (four color CMYK) of #e41895 color hex is 0.00, 0.89, 0.35, 0.11. Web safe color of #e41895 is #cc0099. Color #e41895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011000 10010101
Octal 344 30 225
Decimal 228 24 149
Hex E4 18 95

RGB Percentages of Color #e41895

%56.86
%5.99
%37.16

CMYK Percentages of Color #e41895

%0
%89
%35
%11

Triadic Colors of #e41895

#e41895 #95e418 #1895e4

Analogous Colors of #e41895

#e41895 #e4182f #cd18e4

Monochromatic Colors of #e41895

#e41895

Complementary Color

#e41895 #18e467

#e41895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41895 Color CSS Codes

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

#e41895 Text Font Color

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

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


#e41895 Background Color

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

This div background color is #e41895


#e41895 Border Color

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

This div border color is #e41895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41895


Comments

No comments written yet.

Please login to write comment.