Color Hex Logo

#e53440 Color Hex

#E53440
(229,52,64)
0 Favorites   0 Comments

Color spaces of #e53440

RGB 2295264
HSL0.990.770.55
HSV356°77°90°
CMYK 0.000.770.72   0.10
XYZ34.466519.48426.7947
Yxy19.48420.56740.3208
Hunter Lab44.140962.131421.7720
CIE-Lab51.249066.685936.6172

#e53440 color RGB value is (229,52,64).

#e53440 hex color red value is 229, green value is 52 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e53440 hue: 0.99 , saturation: 0.77 and the lightness value of e53440 is 0.55.

The process color (four color CMYK) of #e53440 color hex is 0.00, 0.77, 0.72, 0.10. Web safe color of #e53440 is #cc3333. Color #e53440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110100 01000000
Octal 345 64 100
Decimal 229 52 64
Hex E5 34 40

RGB Percentages of Color #e53440

%66.38
%15.07
%18.55

CMYK Percentages of Color #e53440

%0
%77
%72
%10

Triadic Colors of #e53440

#e53440 #40e534 #3440e5

Analogous Colors of #e53440

#e53440 #e58134 #e53499

Monochromatic Colors of #e53440

#e53440

Complementary Color

#e53440 #34e5d9

#e53440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53440 Color CSS Codes

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

#e53440 Text Font Color

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

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


#e53440 Background Color

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

This div background color is #e53440


#e53440 Border Color

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

This div border color is #e53440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53440


Comments

No comments written yet.

Please login to write comment.