Color Hex Logo

#e21364 Color Hex

#E21364
(226,19,100)
0 Favorites   0 Comments

Color spaces of #e21364

RGB 22619100
HSL0.930.840.48
HSV337°92°89°
CMYK 0.000.920.56   0.11
XYZ33.897217.554613.6584
Yxy17.55460.52060.2696
Hunter Lab41.898271.091210.0008
CIE-Lab48.951474.615211.8676

#e21364 color RGB value is (226,19,100).

#e21364 hex color red value is 226, green value is 19 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #e21364 hue: 0.93 , saturation: 0.84 and the lightness value of e21364 is 0.48.

The process color (four color CMYK) of #e21364 color hex is 0.00, 0.92, 0.56, 0.11. Web safe color of #e21364 is #cc0066. Color #e21364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010011 01100100
Octal 342 23 144
Decimal 226 19 100
Hex E2 13 64

RGB Percentages of Color #e21364

%65.51
%5.51
%28.99

CMYK Percentages of Color #e21364

%0
%92
%56
%11

Triadic Colors of #e21364

#e21364 #64e213 #1364e2

Analogous Colors of #e21364

#e21364 #e22a13 #e213cc

Monochromatic Colors of #e21364

#e21364

Complementary Color

#e21364 #13e291

#e21364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21364 Color CSS Codes

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

#e21364 Text Font Color

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

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


#e21364 Background Color

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

This div background color is #e21364


#e21364 Border Color

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

This div border color is #e21364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21364


Comments

No comments written yet.

Please login to write comment.