Color Hex Logo

#e1042f Color Hex

#E1042F
(225,4,47)
0 Favorites   0 Comments

Color spaces of #e1042f

RGB 225447
HSL0.970.970.45
HSV348°98°88°
CMYK 0.000.980.79   0.12
XYZ31.607816.29964.1695
Yxy16.29960.60690.3130
Hunter Lab40.372869.095222.1378
CIE-Lab47.365173.283041.8381

#e1042f color RGB value is (225,4,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000100 00101111
Octal 341 4 57
Decimal 225 4 47
Hex E1 4 2F

RGB Percentages of Color #e1042f

%81.52
%1.45
%17.03

CMYK Percentages of Color #e1042f

%0
%98
%79
%12

Triadic Colors of #e1042f

#e1042f #2fe104 #042fe1

Analogous Colors of #e1042f

#e1042f #e14804 #e1049e

Monochromatic Colors of #e1042f

#e1042f

Complementary Color

#e1042f #04e1b6

#e1042f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1042f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1042f Color CSS Codes

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

#e1042f Text Font Color

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

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


#e1042f Background Color

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

This div background color is #e1042f


#e1042f Border Color

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

This div border color is #e1042f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1042f


Comments

No comments written yet.

Please login to write comment.