Color Hex Logo

#e41974 Color Hex

#E41974
(228,25,116)
0 Favorites   0 Comments

Color spaces of #e41974

RGB 22825116
HSL0.930.800.50
HSV333°89°89°
CMYK 0.000.890.49   0.11
XYZ35.494918.450218.2134
Yxy18.45020.49190.2557
Hunter Lab42.953772.33504.9272
CIE-Lab50.037775.41853.6601

#e41974 color RGB value is (228,25,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011001 01110100
Octal 344 31 164
Decimal 228 25 116
Hex E4 19 74

RGB Percentages of Color #e41974

%61.79
%6.78
%31.44

CMYK Percentages of Color #e41974

%0
%89
%49
%11

Triadic Colors of #e41974

#e41974 #74e419 #1974e4

Analogous Colors of #e41974

#e41974 #e42419 #e419da

Monochromatic Colors of #e41974

#e41974

Complementary Color

#e41974 #19e489

#e41974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41974 Color CSS Codes

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

#e41974 Text Font Color

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

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


#e41974 Background Color

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

This div background color is #e41974


#e41974 Border Color

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

This div border color is #e41974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41974


Comments

No comments written yet.

Please login to write comment.