Color Hex Logo

#e21889 Color Hex

#E21889
(226,24,137)
0 Favorites   0 Comments

Color spaces of #e21889

RGB 22624137
HSL0.910.810.49
HSV326°89°89°
CMYK 0.000.890.39   0.11
XYZ36.206018.628225.3542
Yxy18.62820.45150.2323
Hunter Lab43.160474.2077-4.6171
CIE-Lab50.249376.8946-8.8208

#e21889 color RGB value is (226,24,137).

#e21889 hex color red value is 226, green value is 24 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e21889 hue: 0.91 , saturation: 0.81 and the lightness value of e21889 is 0.49.

The process color (four color CMYK) of #e21889 color hex is 0.00, 0.89, 0.39, 0.11. Web safe color of #e21889 is #cc0099. Color #e21889 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011000 10001001
Octal 342 30 211
Decimal 226 24 137
Hex E2 18 89

RGB Percentages of Color #e21889

%58.40
%6.20
%35.40

CMYK Percentages of Color #e21889

%0
%89
%39
%11

Triadic Colors of #e21889

#e21889 #89e218 #1889e2

Analogous Colors of #e21889

#e21889 #e21824 #d618e2

Monochromatic Colors of #e21889

#e21889

Complementary Color

#e21889 #18e271

#e21889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21889 Color CSS Codes

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

#e21889 Text Font Color

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

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


#e21889 Background Color

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

This div background color is #e21889


#e21889 Border Color

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

This div border color is #e21889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21889


Comments

No comments written yet.

Please login to write comment.