Color Hex Logo

#ea403c Color Hex

#EA403C
(234,64,60)
0 Favorites   0 Comments

Color spaces of #ea403c

RGB 2346460
HSL0.000.810.58
HSV74°92°
CMYK 0.000.730.74   0.08
XYZ36.580721.48556.4941
Yxy21.48550.56660.3328
Hunter Lab46.352559.752924.1400
CIE-Lab53.476864.229341.6459

#ea403c color RGB value is (234,64,60).

#ea403c hex color red value is 234, green value is 64 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ea403c hue: 0.00 , saturation: 0.81 and the lightness value of ea403c is 0.58.

The process color (four color CMYK) of #ea403c color hex is 0.00, 0.73, 0.74, 0.08. Web safe color of #ea403c is #ff3333. Color #ea403c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 00111100
Octal 352 100 74
Decimal 234 64 60
Hex EA 40 3C

RGB Percentages of Color #ea403c

%65.36
%17.88
%16.76

CMYK Percentages of Color #ea403c

%0
%73
%74
%8

Triadic Colors of #ea403c

#ea403c #3cea40 #403cea

Analogous Colors of #ea403c

#ea403c #ea973c #ea3c8f

Monochromatic Colors of #ea403c

#ea403c

Complementary Color

#ea403c #3ce6ea

#ea403c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea403c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea403c Color CSS Codes

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

#ea403c Text Font Color

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

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


#ea403c Background Color

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

This div background color is #ea403c


#ea403c Border Color

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

This div border color is #ea403c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea403c


Comments

No comments written yet.

Please login to write comment.