Color Hex Logo

#ea4438 Color Hex

#EA4438
(234,68,56)
0 Favorites   0 Comments

Color spaces of #ea4438

RGB 2346856
HSL0.010.810.57
HSV76°92°
CMYK 0.000.710.76   0.08
XYZ36.712621.91226.0359
Yxy21.91220.56780.3389
Hunter Lab46.810558.076025.1223
CIE-Lab53.933762.696444.3165

#ea4438 color RGB value is (234,68,56).

#ea4438 hex color red value is 234, green value is 68 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ea4438 hue: 0.01 , saturation: 0.81 and the lightness value of ea4438 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000100 00111000
Octal 352 104 70
Decimal 234 68 56
Hex EA 44 38

RGB Percentages of Color #ea4438

%65.36
%18.99
%15.64

CMYK Percentages of Color #ea4438

%0
%71
%76
%8

Triadic Colors of #ea4438

#ea4438 #38ea44 #4438ea

Analogous Colors of #ea4438

#ea4438 #ea9d38 #ea3885

Monochromatic Colors of #ea4438

#ea4438

Complementary Color

#ea4438 #38deea

#ea4438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4438 Color CSS Codes

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

#ea4438 Text Font Color

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

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


#ea4438 Background Color

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

This div background color is #ea4438


#ea4438 Border Color

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

This div border color is #ea4438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4438


Comments

No comments written yet.

Please login to write comment.