Color Hex Logo

#e2072f Color Hex

#E2072F
(226,7,47)
0 Favorites   0 Comments

Color spaces of #e2072f

RGB 226747
HSL0.970.940.46
HSV349°97°89°
CMYK 0.000.970.79   0.11
XYZ31.953116.52594.1950
Yxy16.52590.60660.3137
Hunter Lab40.652169.162422.3381
CIE-Lab47.657073.281742.2042

#e2072f color RGB value is (226,7,47).

#e2072f hex color red value is 226, green value is 7 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e2072f hue: 0.97 , saturation: 0.94 and the lightness value of e2072f is 0.46.

The process color (four color CMYK) of #e2072f color hex is 0.00, 0.97, 0.79, 0.11. Web safe color of #e2072f is #cc0033. Color #e2072f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000111 00101111
Octal 342 7 57
Decimal 226 7 47
Hex E2 7 2F

RGB Percentages of Color #e2072f

%80.71
%2.50
%16.79

CMYK Percentages of Color #e2072f

%0
%97
%79
%11

Triadic Colors of #e2072f

#e2072f #2fe207 #072fe2

Analogous Colors of #e2072f

#e2072f #e24d07 #e2079d

Monochromatic Colors of #e2072f

#e2072f

Complementary Color

#e2072f #07e2ba

#e2072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2072f Color CSS Codes

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

#e2072f Text Font Color

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

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


#e2072f Background Color

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

This div background color is #e2072f


#e2072f Border Color

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

This div border color is #e2072f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2072f


Comments

No comments written yet.

Please login to write comment.