Color Hex Logo

#ea481d Color Hex

#EA481D
(234,72,29)
0 Favorites   0 Comments

Color spaces of #ea481d

RGB 2347229
HSL0.030.830.52
HSV13°88°92°
CMYK 0.000.690.88   0.08
XYZ36.470822.21593.5283
Yxy22.21590.58620.3571
Hunter Lab47.133755.634328.5553
CIE-Lab54.255360.508957.3674

#ea481d color RGB value is (234,72,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 00011101
Octal 352 110 35
Decimal 234 72 29
Hex EA 48 1D

RGB Percentages of Color #ea481d

%69.85
%21.49
%8.66

CMYK Percentages of Color #ea481d

%0
%69
%88
%8

Triadic Colors of #ea481d

#ea481d #1dea48 #481dea

Analogous Colors of #ea481d

#ea481d #eaaf1d #ea1d58

Monochromatic Colors of #ea481d

#ea481d

Complementary Color

#ea481d #1dbfea

#ea481d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea481d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea481d Color CSS Codes

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

#ea481d Text Font Color

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

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


#ea481d Background Color

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

This div background color is #ea481d


#ea481d Border Color

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

This div border color is #ea481d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea481d


Comments

No comments written yet.

Please login to write comment.