Color Hex Logo

#ea404d Color Hex

#EA404D
(234,64,77)
0 Favorites   0 Comments

Color spaces of #ea404d

RGB 2346477
HSL0.990.800.58
HSV355°73°92°
CMYK 0.000.730.67   0.08
XYZ37.104621.69509.2531
Yxy21.69500.54520.3188
Hunter Lab46.577960.684320.8261
CIE-Lab53.701964.987132.2453

#ea404d color RGB value is (234,64,77).

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

The process color (four color CMYK) of #ea404d color hex is 0.00, 0.73, 0.67, 0.08. Web safe color of #ea404d is #ff3366. Color #ea404d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 01001101
Octal 352 100 115
Decimal 234 64 77
Hex EA 40 4D

RGB Percentages of Color #ea404d

%62.40
%17.07
%20.53

CMYK Percentages of Color #ea404d

%0
%73
%67
%8

Triadic Colors of #ea404d

#ea404d #4dea40 #404dea

Analogous Colors of #ea404d

#ea404d #ea8840 #ea40a2

Monochromatic Colors of #ea404d

#ea404d

Complementary Color

#ea404d #40eadd

#ea404d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea404d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea404d Color CSS Codes

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

#ea404d Text Font Color

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

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


#ea404d Background Color

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

This div background color is #ea404d


#ea404d Border Color

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

This div border color is #ea404d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea404d


Comments

No comments written yet.

Please login to write comment.