Color Hex Logo

#e41253 Color Hex

#E41253
(228,18,83)
0 Favorites   0 Comments

Color spaces of #e41253

RGB 2281883
HSL0.950.850.48
HSV341°92°89°
CMYK 0.000.920.64   0.11
XYZ33.772517.55119.7913
Yxy17.55110.55260.2872
Hunter Lab41.894070.581615.4688
CIE-Lab48.947174.198522.3745

#e41253 color RGB value is (228,18,83).

#e41253 hex color red value is 228, green value is 18 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #e41253 hue: 0.95 , saturation: 0.85 and the lightness value of e41253 is 0.48.

The process color (four color CMYK) of #e41253 color hex is 0.00, 0.92, 0.64, 0.11. Web safe color of #e41253 is #cc0066. Color #e41253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010010 01010011
Octal 344 22 123
Decimal 228 18 83
Hex E4 12 53

RGB Percentages of Color #e41253

%69.30
%5.47
%25.23

CMYK Percentages of Color #e41253

%0
%92
%64
%11

Triadic Colors of #e41253

#e41253 #53e412 #1253e4

Analogous Colors of #e41253

#e41253 #e43a12 #e412bc

Monochromatic Colors of #e41253

#e41253

Complementary Color

#e41253 #12e4a3

#e41253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41253 Color CSS Codes

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

#e41253 Text Font Color

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

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


#e41253 Background Color

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

This div background color is #e41253


#e41253 Border Color

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

This div border color is #e41253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41253


Comments

No comments written yet.

Please login to write comment.