Color Hex Logo

#e2149b Color Hex

#E2149B
(226,20,155)
0 Favorites   0 Comments

Color spaces of #e2149b

RGB 22620155
HSL0.890.840.48
HSV321°91°89°
CMYK 0.000.910.31   0.11
XYZ37.530619.035632.7065
Yxy19.03560.42040.2132
Hunter Lab43.629877.1945-13.9051
CIE-Lab50.728879.1952-18.8937

#e2149b color RGB value is (226,20,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010100 10011011
Octal 342 24 233
Decimal 226 20 155
Hex E2 14 9B

RGB Percentages of Color #e2149b

%56.36
%4.99
%38.65

CMYK Percentages of Color #e2149b

%0
%91
%31
%11

Triadic Colors of #e2149b

#e2149b #9be214 #149be2

Analogous Colors of #e2149b

#e2149b #e21434 #c214e2

Monochromatic Colors of #e2149b

#e2149b

Complementary Color

#e2149b #14e25b

#e2149b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2149b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2149b Color CSS Codes

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

#e2149b Text Font Color

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

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


#e2149b Background Color

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

This div background color is #e2149b


#e2149b Border Color

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

This div border color is #e2149b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2149b


Comments

No comments written yet.

Please login to write comment.