Color Hex Logo

#e21960 Color Hex

#E21960
(226,25,96)
0 Favorites   0 Comments

Color spaces of #e21960

RGB 2262596
HSL0.940.800.49
HSV339°89°89°
CMYK 0.000.890.58   0.11
XYZ33.823017.708512.7018
Yxy17.70850.52660.2757
Hunter Lab42.081569.826911.5610
CIE-Lab49.140673.540614.5881

#e21960 color RGB value is (226,25,96).

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

The process color (four color CMYK) of #e21960 color hex is 0.00, 0.89, 0.58, 0.11. Web safe color of #e21960 is #cc0066. Color #e21960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 01100000
Octal 342 31 140
Decimal 226 25 96
Hex E2 19 60

RGB Percentages of Color #e21960

%65.13
%7.20
%27.67

CMYK Percentages of Color #e21960

%0
%89
%58
%11

Triadic Colors of #e21960

#e21960 #60e219 #1960e2

Analogous Colors of #e21960

#e21960 #e23619 #e219c5

Monochromatic Colors of #e21960

#e21960

Complementary Color

#e21960 #19e29b

#e21960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21960 Color CSS Codes

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

#e21960 Text Font Color

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

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


#e21960 Background Color

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

This div background color is #e21960


#e21960 Border Color

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

This div border color is #e21960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21960


Comments

No comments written yet.

Please login to write comment.