Color Hex Logo

#e21391 Color Hex

#E21391
(226,19,145)
0 Favorites   0 Comments

Color spaces of #e21391

RGB 22619145
HSL0.900.840.48
HSV323°92°89°
CMYK 0.000.920.36   0.11
XYZ36.707718.678828.4587
Yxy18.67880.43780.2228
Hunter Lab43.219075.9744-8.7878
CIE-Lab50.309378.3028-13.5475

#e21391 color RGB value is (226,19,145).

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

The process color (four color CMYK) of #e21391 color hex is 0.00, 0.92, 0.36, 0.11. Web safe color of #e21391 is #cc0099. Color #e21391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010011 10010001
Octal 342 23 221
Decimal 226 19 145
Hex E2 13 91

RGB Percentages of Color #e21391

%57.95
%4.87
%37.18

CMYK Percentages of Color #e21391

%0
%92
%36
%11

Triadic Colors of #e21391

#e21391 #91e213 #1391e2

Analogous Colors of #e21391

#e21391 #e2132a #cc13e2

Monochromatic Colors of #e21391

#e21391

Complementary Color

#e21391 #13e264

#e21391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21391 Color CSS Codes

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

#e21391 Text Font Color

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

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


#e21391 Background Color

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

This div background color is #e21391


#e21391 Border Color

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

This div border color is #e21391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21391


Comments

No comments written yet.

Please login to write comment.