Color Hex Logo

#e2073a Color Hex

#E2073A
(226,7,58)
0 Favorites   0 Comments

Color spaces of #e2073a

RGB 226758
HSL0.960.940.46
HSV346°97°89°
CMYK 0.000.970.74   0.11
XYZ32.203716.62625.5148
Yxy16.62620.59260.3059
Hunter Lab40.775269.620120.5238
CIE-Lab47.785673.634235.9771

#e2073a color RGB value is (226,7,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000111 00111010
Octal 342 7 72
Decimal 226 7 58
Hex E2 7 3A

RGB Percentages of Color #e2073a

%77.66
%2.41
%19.93

CMYK Percentages of Color #e2073a

%0
%97
%74
%11

Triadic Colors of #e2073a

#e2073a #3ae207 #073ae2

Analogous Colors of #e2073a

#e2073a #e24207 #e207a8

Monochromatic Colors of #e2073a

#e2073a

Complementary Color

#e2073a #07e2af

#e2073a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2073a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2073a Color CSS Codes

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

#e2073a Text Font Color

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

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


#e2073a Background Color

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

This div background color is #e2073a


#e2073a Border Color

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

This div border color is #e2073a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2073a


Comments

No comments written yet.

Please login to write comment.