Color Hex Logo

#e21989 Color Hex

#E21989
(226,25,137)
0 Favorites   0 Comments

Color spaces of #e21989

RGB 22625137
HSL0.910.800.49
HSV327°89°89°
CMYK 0.000.890.39   0.11
XYZ36.227018.670225.3612
Yxy18.67020.45140.2326
Hunter Lab43.209074.0409-4.5535
CIE-Lab50.299176.7503-8.7464

#e21989 color RGB value is (226,25,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 10001001
Octal 342 31 211
Decimal 226 25 137
Hex E2 19 89

RGB Percentages of Color #e21989

%58.25
%6.44
%35.31

CMYK Percentages of Color #e21989

%0
%89
%39
%11

Triadic Colors of #e21989

#e21989 #89e219 #1989e2

Analogous Colors of #e21989

#e21989 #e21925 #d719e2

Monochromatic Colors of #e21989

#e21989

Complementary Color

#e21989 #19e272

#e21989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21989 Color CSS Codes

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

#e21989 Text Font Color

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

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


#e21989 Background Color

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

This div background color is #e21989


#e21989 Border Color

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

This div border color is #e21989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21989


Comments

No comments written yet.

Please login to write comment.