Color Hex Logo

#e21942 Color Hex

#E21942
(226,25,66)
0 Favorites   0 Comments

Color spaces of #e21942

RGB 2262566
HSL0.970.800.49
HSV348°89°89°
CMYK 0.000.890.71   0.11
XYZ32.695017.25746.7620
Yxy17.25740.57650.3043
Hunter Lab41.542067.787119.4285
CIE-Lab48.582771.961832.1478

#e21942 color RGB value is (226,25,66).

#e21942 hex color red value is 226, green value is 25 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e21942 hue: 0.97 , saturation: 0.80 and the lightness value of e21942 is 0.49.

The process color (four color CMYK) of #e21942 color hex is 0.00, 0.89, 0.71, 0.11. Web safe color of #e21942 is #cc0033. Color #e21942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 01000010
Octal 342 31 102
Decimal 226 25 66
Hex E2 19 42

RGB Percentages of Color #e21942

%71.29
%7.89
%20.82

CMYK Percentages of Color #e21942

%0
%89
%71
%11

Triadic Colors of #e21942

#e21942 #42e219 #1942e2

Analogous Colors of #e21942

#e21942 #e25519 #e219a7

Monochromatic Colors of #e21942

#e21942

Complementary Color

#e21942 #19e2b9

#e21942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21942 Color CSS Codes

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

#e21942 Text Font Color

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

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


#e21942 Background Color

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

This div background color is #e21942


#e21942 Border Color

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

This div border color is #e21942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21942


Comments

No comments written yet.

Please login to write comment.