Color Hex Logo

#ea464a Color Hex

#EA464A
(234,70,74)
0 Favorites   0 Comments

Color spaces of #ea464a

RGB 2347074
HSL1.000.800.60
HSV359°70°92°
CMYK 0.000.700.68   0.08
XYZ37.357922.36728.8269
Yxy22.36720.54500.3263
Hunter Lab47.294058.234222.0400
CIE-Lab54.414562.745334.8451

#ea464a color RGB value is (234,70,74).

#ea464a hex color red value is 234, green value is 70 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ea464a hue: 1.00 , saturation: 0.80 and the lightness value of ea464a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 01001010
Octal 352 106 112
Decimal 234 70 74
Hex EA 46 4A

RGB Percentages of Color #ea464a

%61.90
%18.52
%19.58

CMYK Percentages of Color #ea464a

%0
%70
%68
%8

Triadic Colors of #ea464a

#ea464a #4aea46 #464aea

Analogous Colors of #ea464a

#ea464a #ea9446 #ea469c

Monochromatic Colors of #ea464a

#ea464a

Complementary Color

#ea464a #46eae6

#ea464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea464a Color CSS Codes

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

#ea464a Text Font Color

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

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


#ea464a Background Color

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

This div background color is #ea464a


#ea464a Border Color

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

This div border color is #ea464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea464a


Comments

No comments written yet.

Please login to write comment.