Color Hex Logo

#ea404b Color Hex

#EA404B
(234,64,75)
0 Favorites   0 Comments

Color spaces of #ea404b

RGB 2346475
HSL0.990.800.58
HSV356°73°92°
CMYK 0.000.730.68   0.08
XYZ37.035121.66728.8868
Yxy21.66720.54790.3206
Hunter Lab46.548060.561221.2642
CIE-Lab53.672164.887233.3699

#ea404b color RGB value is (234,64,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 01001011
Octal 352 100 113
Decimal 234 64 75
Hex EA 40 4B

RGB Percentages of Color #ea404b

%62.73
%17.16
%20.11

CMYK Percentages of Color #ea404b

%0
%73
%68
%8

Triadic Colors of #ea404b

#ea404b #4bea40 #404bea

Analogous Colors of #ea404b

#ea404b #ea8a40 #ea40a0

Monochromatic Colors of #ea404b

#ea404b

Complementary Color

#ea404b #40eadf

#ea404b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea404b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea404b Color CSS Codes

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

#ea404b Text Font Color

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

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


#ea404b Background Color

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

This div background color is #ea404b


#ea404b Border Color

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

This div border color is #ea404b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea404b


Comments

No comments written yet.

Please login to write comment.