Color Hex Logo

#e0434e Color Hex

#E0434E
(224,67,78)
0 Favorites   0 Comments

Color spaces of #e0434e

RGB 2246778
HSL0.990.720.57
HSV356°70°88°
CMYK 0.000.700.65   0.12
XYZ34.122820.41179.3491
Yxy20.41170.53410.3195
Hunter Lab45.179355.752819.3564
CIE-Lab52.299560.968429.5244

#e0434e color RGB value is (224,67,78).

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

The process color (four color CMYK) of #e0434e color hex is 0.00, 0.70, 0.65, 0.12. Web safe color of #e0434e is #cc3366. Color #e0434e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000011 01001110
Octal 340 103 116
Decimal 224 67 78
Hex E0 43 4E

RGB Percentages of Color #e0434e

%60.70
%18.16
%21.14

CMYK Percentages of Color #e0434e

%0
%70
%65
%12

Triadic Colors of #e0434e

#e0434e #4ee043 #434ee0

Analogous Colors of #e0434e

#e0434e #e08743 #e0439d

Monochromatic Colors of #e0434e

#e0434e

Complementary Color

#e0434e #43e0d5

#e0434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0434e Color CSS Codes

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

#e0434e Text Font Color

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

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


#e0434e Background Color

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

This div background color is #e0434e


#e0434e Border Color

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

This div border color is #e0434e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e0434e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0434e


Comments

No comments written yet.

Please login to write comment.