Color Hex Logo

#ea402b Color Hex

#EA402B
(234,64,43)
0 Favorites   0 Comments

Color spaces of #ea402b

RGB 2346443
HSL0.020.820.54
HSV82°92°
CMYK 0.000.730.82   0.08
XYZ36.201121.33364.4953
Yxy21.33360.58360.3439
Hunter Lab46.188359.073726.5614
CIE-Lab53.312763.674350.3805

#ea402b color RGB value is (234,64,43).

#ea402b hex color red value is 234, green value is 64 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ea402b hue: 0.02 , saturation: 0.82 and the lightness value of ea402b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 00101011
Octal 352 100 53
Decimal 234 64 43
Hex EA 40 2B

RGB Percentages of Color #ea402b

%68.62
%18.77
%12.61

CMYK Percentages of Color #ea402b

%0
%73
%82
%8

Triadic Colors of #ea402b

#ea402b #2bea40 #402bea

Analogous Colors of #ea402b

#ea402b #eaa02b #ea2b76

Monochromatic Colors of #ea402b

#ea402b

Complementary Color

#ea402b #2bd5ea

#ea402b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea402b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea402b Color CSS Codes

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

#ea402b Text Font Color

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

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


#ea402b Background Color

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

This div background color is #ea402b


#ea402b Border Color

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

This div border color is #ea402b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea402b


Comments

No comments written yet.

Please login to write comment.