Color Hex Logo

#ea342d Color Hex

#EA342D
(234,52,45)
0 Favorites   0 Comments

Color spaces of #ea342d

RGB 2345245
HSL0.010.820.55
HSV81°92°
CMYK 0.000.780.81   0.08
XYZ35.633320.13794.4915
Yxy20.13790.59130.3342
Hunter Lab44.875363.206625.4784
CIE-Lab51.992867.458748.1243

#ea342d color RGB value is (234,52,45).

#ea342d hex color red value is 234, green value is 52 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ea342d hue: 0.01 , saturation: 0.82 and the lightness value of ea342d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110100 00101101
Octal 352 64 55
Decimal 234 52 45
Hex EA 34 2D

RGB Percentages of Color #ea342d

%70.69
%15.71
%13.60

CMYK Percentages of Color #ea342d

%0
%78
%81
%8

Triadic Colors of #ea342d

#ea342d #2dea34 #342dea

Analogous Colors of #ea342d

#ea342d #ea932d #ea2d85

Monochromatic Colors of #ea342d

#ea342d

Complementary Color

#ea342d #2de3ea

#ea342d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea342d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea342d Color CSS Codes

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

#ea342d Text Font Color

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

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


#ea342d Background Color

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

This div background color is #ea342d


#ea342d Border Color

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

This div border color is #ea342d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea342d


Comments

No comments written yet.

Please login to write comment.