Color Hex Logo

#e21abe Color Hex

#E21ABE
(226,26,190)
0 Favorites   0 Comments

Color spaces of #e21abe

RGB 22626190
HSL0.860.790.49
HSV311°88°89°
CMYK 0.000.880.16   0.11
XYZ41.027720.625250.5339
Yxy20.62520.36570.1838
Hunter Lab45.415081.7800-34.1824
CIE-Lab52.536882.4589-36.6806

#e21abe color RGB value is (226,26,190).

#e21abe hex color red value is 226, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e21abe hue: 0.86 , saturation: 0.79 and the lightness value of e21abe is 0.49.

The process color (four color CMYK) of #e21abe color hex is 0.00, 0.88, 0.16, 0.11. Web safe color of #e21abe is #cc33cc. Color #e21abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011010 10111110
Octal 342 32 276
Decimal 226 26 190
Hex E2 1A BE

RGB Percentages of Color #e21abe

%51.13
%5.88
%42.99

CMYK Percentages of Color #e21abe

%0
%88
%16
%11

Triadic Colors of #e21abe

#e21abe #bee21a #1abee2

Analogous Colors of #e21abe

#e21abe #e21a5a #a21ae2

Monochromatic Colors of #e21abe

#e21abe

Complementary Color

#e21abe #1ae23e

#e21abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21abe Color CSS Codes

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

#e21abe Text Font Color

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

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


#e21abe Background Color

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

This div background color is #e21abe


#e21abe Border Color

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

This div border color is #e21abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21abe


Comments

No comments written yet.

Please login to write comment.