Color Hex Logo

#e41961 Color Hex

#E41961
(228,25,97)
0 Favorites   0 Comments

Color spaces of #e41961

RGB 2282597
HSL0.940.800.50
HSV339°89°89°
CMYK 0.000.890.57   0.11
XYZ34.500218.052312.9753
Yxy18.05230.52650.2755
Hunter Lab42.488070.587811.6352
CIE-Lab49.559574.084214.6138

#e41961 color RGB value is (228,25,97).

#e41961 hex color red value is 228, green value is 25 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e41961 hue: 0.94 , saturation: 0.80 and the lightness value of e41961 is 0.50.

The process color (four color CMYK) of #e41961 color hex is 0.00, 0.89, 0.57, 0.11. Web safe color of #e41961 is #cc0066. Color #e41961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011001 01100001
Octal 344 31 141
Decimal 228 25 97
Hex E4 19 61

RGB Percentages of Color #e41961

%65.14
%7.14
%27.71

CMYK Percentages of Color #e41961

%0
%89
%57
%11

Triadic Colors of #e41961

#e41961 #61e419 #1961e4

Analogous Colors of #e41961

#e41961 #e43719 #e419c7

Monochromatic Colors of #e41961

#e41961

Complementary Color

#e41961 #19e49c

#e41961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41961 Color CSS Codes

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

#e41961 Text Font Color

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

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


#e41961 Background Color

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

This div background color is #e41961


#e41961 Border Color

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

This div border color is #e41961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41961


Comments

No comments written yet.

Please login to write comment.