Color Hex Logo

#e4424e Color Hex

#E4424E
(228,66,78)
0 Favorites   0 Comments

Color spaces of #e4424e

RGB 2286678
HSL0.990.750.58
HSV356°71°89°
CMYK 0.000.710.66   0.11
XYZ35.318320.94059.3882
Yxy20.94050.53800.3190
Hunter Lab45.760857.685419.8687
CIE-Lab52.884362.550330.4098

#e4424e color RGB value is (228,66,78).

#e4424e hex color red value is 228, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e4424e hue: 0.99 , saturation: 0.75 and the lightness value of e4424e is 0.58.

The process color (four color CMYK) of #e4424e color hex is 0.00, 0.71, 0.66, 0.11. Web safe color of #e4424e is #cc3366. Color #e4424e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000010 01001110
Octal 344 102 116
Decimal 228 66 78
Hex E4 42 4E

RGB Percentages of Color #e4424e

%61.29
%17.74
%20.97

CMYK Percentages of Color #e4424e

%0
%71
%66
%11

Triadic Colors of #e4424e

#e4424e #4ee442 #424ee4

Analogous Colors of #e4424e

#e4424e #e48742 #e4429f

Monochromatic Colors of #e4424e

#e4424e

Complementary Color

#e4424e #42e4d8

#e4424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4424e Color CSS Codes

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

#e4424e Text Font Color

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

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


#e4424e Background Color

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

This div background color is #e4424e


#e4424e Border Color

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

This div border color is #e4424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4424e


Comments

No comments written yet.

Please login to write comment.