Color Hex Logo

#e22941 Color Hex

#E22941
(226,41,65)
0 Favorites   0 Comments

Color spaces of #e22941

RGB 2264165
HSL0.980.760.52
HSV352°82°89°
CMYK 0.000.820.71   0.11
XYZ33.111118.13636.7565
Yxy18.13630.57080.3127
Hunter Lab42.586764.256620.4042
CIE-Lab49.661068.794034.0283

#e22941 color RGB value is (226,41,65).

#e22941 hex color red value is 226, green value is 41 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #e22941 hue: 0.98 , saturation: 0.76 and the lightness value of e22941 is 0.52.

The process color (four color CMYK) of #e22941 color hex is 0.00, 0.82, 0.71, 0.11. Web safe color of #e22941 is #cc3333. Color #e22941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 01000001
Octal 342 51 101
Decimal 226 41 65
Hex E2 29 41

RGB Percentages of Color #e22941

%68.07
%12.35
%19.58

CMYK Percentages of Color #e22941

%0
%82
%71
%11

Triadic Colors of #e22941

#e22941 #41e229 #2941e2

Analogous Colors of #e22941

#e22941 #e26e29 #e2299e

Monochromatic Colors of #e22941

#e22941

Complementary Color

#e22941 #29e2ca

#e22941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e22941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e22941 Color CSS Codes

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

#e22941 Text Font Color

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

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


#e22941 Background Color

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

This div background color is #e22941


#e22941 Border Color

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

This div border color is #e22941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e22941


Comments

No comments written yet.

Please login to write comment.