Color Hex Logo

#e2139b Color Hex

#E2139B
(226,19,155)
0 Favorites   0 Comments

Color spaces of #e2139b

RGB 22619155
HSL0.890.840.48
HSV321°92°89°
CMYK 0.000.920.31   0.11
XYZ37.513319.001132.7007
Yxy19.00110.42050.2130
Hunter Lab43.590377.3322-13.9652
CIE-Lab50.688579.3127-18.9553

#e2139b color RGB value is (226,19,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010011 10011011
Octal 342 23 233
Decimal 226 19 155
Hex E2 13 9B

RGB Percentages of Color #e2139b

%56.50
%4.75
%38.75

CMYK Percentages of Color #e2139b

%0
%92
%31
%11

Triadic Colors of #e2139b

#e2139b #9be213 #139be2

Analogous Colors of #e2139b

#e2139b #e21333 #c213e2

Monochromatic Colors of #e2139b

#e2139b

Complementary Color

#e2139b #13e25a

#e2139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2139b Color CSS Codes

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

#e2139b Text Font Color

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

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


#e2139b Background Color

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

This div background color is #e2139b


#e2139b Border Color

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

This div border color is #e2139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2139b


Comments

No comments written yet.

Please login to write comment.