Color Hex Logo

#ea402f Color Hex

#EA402F
(234,64,47)
0 Favorites   0 Comments

Color spaces of #ea402f

RGB 2346447
HSL0.020.820.55
HSV80°92°
CMYK 0.000.730.80   0.08
XYZ36.278221.36454.9010
Yxy21.36450.58000.3416
Hunter Lab46.221759.211826.0686
CIE-Lab53.346163.787248.4183

#ea402f color RGB value is (234,64,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 00101111
Octal 352 100 57
Decimal 234 64 47
Hex EA 40 2F

RGB Percentages of Color #ea402f

%67.83
%18.55
%13.62

CMYK Percentages of Color #ea402f

%0
%73
%80
%8

Triadic Colors of #ea402f

#ea402f #2fea40 #402fea

Analogous Colors of #ea402f

#ea402f #ea9e2f #ea2f7c

Monochromatic Colors of #ea402f

#ea402f

Complementary Color

#ea402f #2fd9ea

#ea402f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea402f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea402f Color CSS Codes

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

#ea402f Text Font Color

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

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


#ea402f Background Color

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

This div background color is #ea402f


#ea402f Border Color

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

This div border color is #ea402f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea402f


Comments

No comments written yet.

Please login to write comment.