Color Hex Logo

#ea391d Color Hex

#EA391D
(234,57,29)
0 Favorites   0 Comments

Color spaces of #ea391d

RGB 2345729
HSL0.020.830.52
HSV88°92°
CMYK 0.000.760.88   0.08
XYZ35.616620.50743.2435
Yxy20.50740.59990.3454
Hunter Lab45.285161.140827.4530
CIE-Lab52.406165.620755.9430

#ea391d color RGB value is (234,57,29).

#ea391d hex color red value is 234, green value is 57 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ea391d hue: 0.02 , saturation: 0.83 and the lightness value of ea391d is 0.52.

The process color (four color CMYK) of #ea391d color hex is 0.00, 0.76, 0.88, 0.08. Web safe color of #ea391d is #ff3333. Color #ea391d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 00011101
Octal 352 71 35
Decimal 234 57 29
Hex EA 39 1D

RGB Percentages of Color #ea391d

%73.13
%17.81
%9.06

CMYK Percentages of Color #ea391d

%0
%76
%88
%8

Triadic Colors of #ea391d

#ea391d #1dea39 #391dea

Analogous Colors of #ea391d

#ea391d #eaa01d #ea1d68

Monochromatic Colors of #ea391d

#ea391d

Complementary Color

#ea391d #1dceea

#ea391d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea391d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea391d Color CSS Codes

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

#ea391d Text Font Color

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

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


#ea391d Background Color

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

This div background color is #ea391d


#ea391d Border Color

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

This div border color is #ea391d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea391d


Comments

No comments written yet.

Please login to write comment.