Color Hex Logo

#ea341d Color Hex

#EA341D
(234,52,29)
0 Favorites   0 Comments

Color spaces of #ea341d

RGB 2345229
HSL0.020.830.52
HSV88°92°
CMYK 0.000.780.88   0.08
XYZ35.381420.03713.1651
Yxy20.03710.60390.3420
Hunter Lab44.762862.754927.1417
CIE-Lab51.879167.096955.5381

#ea341d color RGB value is (234,52,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110100 00011101
Octal 352 64 35
Decimal 234 52 29
Hex EA 34 1D

RGB Percentages of Color #ea341d

%74.29
%16.51
%9.21

CMYK Percentages of Color #ea341d

%0
%78
%88
%8

Triadic Colors of #ea341d

#ea341d #1dea34 #341dea

Analogous Colors of #ea341d

#ea341d #ea9b1d #ea1d6d

Monochromatic Colors of #ea341d

#ea341d

Complementary Color

#ea341d #1dd3ea

#ea341d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea341d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea341d Color CSS Codes

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

#ea341d Text Font Color

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

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


#ea341d Background Color

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

This div background color is #ea341d


#ea341d Border Color

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

This div border color is #ea341d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea341d


Comments

No comments written yet.

Please login to write comment.