Color Hex Logo

#e00431 Color Hex

#E00431
(224,4,49)
0 Favorites   0 Comments

Color spaces of #e00431

RGB 224449
HSL0.970.960.45
HSV348°98°88°
CMYK 0.000.980.78   0.12
XYZ31.338316.15594.3724
Yxy16.15590.60420.3115
Hunter Lab40.194468.830621.6864
CIE-Lab47.178473.100740.4399

#e00431 color RGB value is (224,4,49).

#e00431 hex color red value is 224, green value is 4 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e00431 hue: 0.97 , saturation: 0.96 and the lightness value of e00431 is 0.45.

The process color (four color CMYK) of #e00431 color hex is 0.00, 0.98, 0.78, 0.12. Web safe color of #e00431 is #cc0033. Color #e00431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000100 00110001
Octal 340 4 61
Decimal 224 4 49
Hex E0 4 31

RGB Percentages of Color #e00431

%80.87
%1.44
%17.69

CMYK Percentages of Color #e00431

%0
%98
%78
%12

Triadic Colors of #e00431

#e00431 #31e004 #0431e0

Analogous Colors of #e00431

#e00431 #e04504 #e0049f

Monochromatic Colors of #e00431

#e00431

Complementary Color

#e00431 #04e0b3

#e00431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00431 Color CSS Codes

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

#e00431 Text Font Color

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

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


#e00431 Background Color

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

This div background color is #e00431


#e00431 Border Color

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

This div border color is #e00431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00431


Comments

No comments written yet.

Please login to write comment.