Color Hex Logo

#e53a51 Color Hex

#E53A51
(229,58,81)
0 Favorites   0 Comments

Color spaces of #e53a51

RGB 2295881
HSL0.980.770.56
HSV352°75°90°
CMYK 0.000.750.65   0.10
XYZ35.311420.27829.8376
Yxy20.27820.53970.3099
Hunter Lab45.031361.166318.5694
CIE-Lab52.150365.690727.7563

#e53a51 color RGB value is (229,58,81).

#e53a51 hex color red value is 229, green value is 58 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #e53a51 hue: 0.98 , saturation: 0.77 and the lightness value of e53a51 is 0.56.

The process color (four color CMYK) of #e53a51 color hex is 0.00, 0.75, 0.65, 0.10. Web safe color of #e53a51 is #cc3366. Color #e53a51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 01010001
Octal 345 72 121
Decimal 229 58 81
Hex E5 3A 51

RGB Percentages of Color #e53a51

%62.23
%15.76
%22.01

CMYK Percentages of Color #e53a51

%0
%75
%65
%10

Triadic Colors of #e53a51

#e53a51 #51e53a #3a51e5

Analogous Colors of #e53a51

#e53a51 #e5793a #e53aa7

Monochromatic Colors of #e53a51

#e53a51

Complementary Color

#e53a51 #3ae5ce

#e53a51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53a51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53a51 Color CSS Codes

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

#e53a51 Text Font Color

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

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


#e53a51 Background Color

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

This div background color is #e53a51


#e53a51 Border Color

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

This div border color is #e53a51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,58,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e53a51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e53a51;
  -webkit-box-shadow: 1px 1px 3px 2px #e53a51;
  box-shadow:         1px 1px 3px 2px #e53a51; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,58,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53a51


Comments

No comments written yet.

Please login to write comment.