Color Hex Logo

#e54c40 Color Hex

#E54C40
(229,76,64)
0 Favorites   0 Comments

Color spaces of #e54c40

RGB 2297664
HSL0.010.760.57
HSV72°90°
CMYK 0.000.670.72   0.10
XYZ35.823022.19717.2469
Yxy22.19710.54890.3401
Hunter Lab47.113853.273423.8599
CIE-Lab54.235558.430340.0443

#e54c40 color RGB value is (229,76,64).

#e54c40 hex color red value is 229, green value is 76 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e54c40 hue: 0.01 , saturation: 0.76 and the lightness value of e54c40 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001100 01000000
Octal 345 114 100
Decimal 229 76 64
Hex E5 4C 40

RGB Percentages of Color #e54c40

%62.06
%20.60
%17.34

CMYK Percentages of Color #e54c40

%0
%67
%72
%10

Triadic Colors of #e54c40

#e54c40 #40e54c #4c40e5

Analogous Colors of #e54c40

#e54c40 #e59f40 #e54087

Monochromatic Colors of #e54c40

#e54c40

Complementary Color

#e54c40 #40d9e5

#e54c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54c40 Color CSS Codes

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

#e54c40 Text Font Color

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

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


#e54c40 Background Color

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

This div background color is #e54c40


#e54c40 Border Color

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

This div border color is #e54c40


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,76,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 #e54c40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54c40


Comments

No comments written yet.

Please login to write comment.