Color Hex Logo

#ea140d Color Hex

#EA140D
(234,20,13)
0 Favorites   0 Comments

Color spaces of #ea140d

RGB 2342013
HSL0.010.890.48
HSV94°92°
CMYK 0.000.910.94   0.08
XYZ34.254518.02182.0539
Yxy18.02180.63050.3317
Hunter Lab42.452169.740126.8479
CIE-Lab49.522573.394859.7301

#ea140d color RGB value is (234,20,13).

#ea140d hex color red value is 234, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ea140d hue: 0.01 , saturation: 0.89 and the lightness value of ea140d is 0.48.

The process color (four color CMYK) of #ea140d color hex is 0.00, 0.91, 0.94, 0.08. Web safe color of #ea140d is #ff0000. Color #ea140d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010100 00001101
Octal 352 24 15
Decimal 234 20 13
Hex EA 14 D

RGB Percentages of Color #ea140d

%87.64
%7.49
%4.87

CMYK Percentages of Color #ea140d

%0
%91
%94
%8

Triadic Colors of #ea140d

#ea140d #0dea14 #140dea

Analogous Colors of #ea140d

#ea140d #ea830d #ea0d75

Monochromatic Colors of #ea140d

#ea140d

Complementary Color

#ea140d #0de3ea

#ea140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea140d Color CSS Codes

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

#ea140d Text Font Color

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

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


#ea140d Background Color

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

This div background color is #ea140d


#ea140d Border Color

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

This div border color is #ea140d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,20,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea140d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea140d;
  -webkit-box-shadow: 1px 1px 3px 2px #ea140d;
  box-shadow:         1px 1px 3px 2px #ea140d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,20,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea140d


Comments

No comments written yet.

Please login to write comment.