Color Hex Logo

#ea434e Color Hex

#EA434E
(234,67,78)
0 Favorites   0 Comments

Color spaces of #ea434e

RGB 2346778
HSL0.990.800.59
HSV356°71°92°
CMYK 0.000.710.67   0.08
XYZ37.314022.05689.4984
Yxy22.05680.54180.3203
Hunter Lab46.964759.632320.8841
CIE-Lab54.087264.012332.1394

#ea434e color RGB value is (234,67,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 01001110
Octal 352 103 116
Decimal 234 67 78
Hex EA 43 4E

RGB Percentages of Color #ea434e

%61.74
%17.68
%20.58

CMYK Percentages of Color #ea434e

%0
%71
%67
%8

Triadic Colors of #ea434e

#ea434e #4eea43 #434eea

Analogous Colors of #ea434e

#ea434e #ea8c43 #ea43a2

Monochromatic Colors of #ea434e

#ea434e

Complementary Color

#ea434e #43eadf

#ea434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea434e Color CSS Codes

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

#ea434e Text Font Color

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

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


#ea434e Background Color

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

This div background color is #ea434e


#ea434e Border Color

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

This div border color is #ea434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea434e


Comments

No comments written yet.

Please login to write comment.