Color Hex Logo

#e5402d Color Hex

#E5402D
(229,64,45)
0 Favorites   0 Comments

Color spaces of #e5402d

RGB 2296445
HSL0.020.780.54
HSV80°90°
CMYK 0.000.720.80   0.10
XYZ34.620120.51434.6176
Yxy20.51430.57940.3433
Hunter Lab45.292757.176625.6603
CIE-Lab52.413862.194048.2094

#e5402d color RGB value is (229,64,45).

#e5402d hex color red value is 229, green value is 64 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e5402d hue: 0.02 , saturation: 0.78 and the lightness value of e5402d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000000 00101101
Octal 345 100 55
Decimal 229 64 45
Hex E5 40 2D

RGB Percentages of Color #e5402d

%67.75
%18.93
%13.31

CMYK Percentages of Color #e5402d

%0
%72
%80
%10

Triadic Colors of #e5402d

#e5402d #2de540 #402de5

Analogous Colors of #e5402d

#e5402d #e59c2d #e52d76

Monochromatic Colors of #e5402d

#e5402d

Complementary Color

#e5402d #2dd2e5

#e5402d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5402d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5402d Color CSS Codes

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

#e5402d Text Font Color

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

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


#e5402d Background Color

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

This div background color is #e5402d


#e5402d Border Color

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

This div border color is #e5402d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5402d


Comments

No comments written yet.

Please login to write comment.