Color Hex Logo

#e2889f Color Hex

#E2889F
(226,136,159)
0 Favorites   0 Comments

Color spaces of #e2889f

RGB 226136159
HSL0.960.610.71
HSV345°40°89°
CMYK 0.000.400.30   0.11
XYZ46.426236.280337.3568
Yxy36.28030.38670.3022
Hunter Lab60.233132.17545.3913
CIE-Lab66.733537.16202.6316

#e2889f color RGB value is (226,136,159).

#e2889f hex color red value is 226, green value is 136 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e2889f hue: 0.96 , saturation: 0.61 and the lightness value of e2889f is 0.71.

The process color (four color CMYK) of #e2889f color hex is 0.00, 0.40, 0.30, 0.11. Web safe color of #e2889f is #cc9999. Color #e2889f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001000 10011111
Octal 342 210 237
Decimal 226 136 159
Hex E2 88 9F

RGB Percentages of Color #e2889f

%43.38
%26.10
%30.52

CMYK Percentages of Color #e2889f

%0
%40
%30
%11

Triadic Colors of #e2889f

#e2889f #9fe288 #889fe2

Analogous Colors of #e2889f

#e2889f #e29e88 #e288cc

Monochromatic Colors of #e2889f

#e2889f

Complementary Color

#e2889f #88e2cb

#e2889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2889f Color CSS Codes

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

#e2889f Text Font Color

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

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


#e2889f Background Color

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

This div background color is #e2889f


#e2889f Border Color

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

This div border color is #e2889f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2889f


Comments

No comments written yet.

Please login to write comment.