Color Hex Logo

#e2153a Color Hex

#E2153A
(226,21,58)
0 Favorites   0 Comments

Color spaces of #e2153a

RGB 2262158
HSL0.970.830.48
HSV349°91°89°
CMYK 0.000.910.74   0.11
XYZ32.395917.01065.5789
Yxy17.01060.58920.3094
Hunter Lab41.243968.029820.8508
CIE-Lab48.273472.223636.5326

#e2153a color RGB value is (226,21,58).

#e2153a hex color red value is 226, green value is 21 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e2153a hue: 0.97 , saturation: 0.83 and the lightness value of e2153a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010101 00111010
Octal 342 25 72
Decimal 226 21 58
Hex E2 15 3A

RGB Percentages of Color #e2153a

%74.10
%6.89
%19.02

CMYK Percentages of Color #e2153a

%0
%91
%74
%11

Triadic Colors of #e2153a

#e2153a #3ae215 #153ae2

Analogous Colors of #e2153a

#e2153a #e25615 #e215a1

Monochromatic Colors of #e2153a

#e2153a

Complementary Color

#e2153a #15e2bd

#e2153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2153a Color CSS Codes

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

#e2153a Text Font Color

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

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


#e2153a Background Color

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

This div background color is #e2153a


#e2153a Border Color

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

This div border color is #e2153a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2153a


Comments

No comments written yet.

Please login to write comment.