Color Hex Logo

#e49fbe Color Hex

#E49FBE
(228,159,190)
0 Favorites   0 Comments

Color spaces of #e49fbe

RGB 228159190
HSL0.930.560.76
HSV333°30°89°
CMYK 0.000.300.17   0.11
XYZ53.687345.008054.5730
Yxy45.00800.35030.2937
Hunter Lab67.088025.4410-1.2681
CIE-Lab72.897230.1375-5.5968

#e49fbe color RGB value is (228,159,190).

#e49fbe hex color red value is 228, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e49fbe hue: 0.93 , saturation: 0.56 and the lightness value of e49fbe is 0.76.

The process color (four color CMYK) of #e49fbe color hex is 0.00, 0.30, 0.17, 0.11. Web safe color of #e49fbe is #cc99cc. Color #e49fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011111 10111110
Octal 344 237 276
Decimal 228 159 190
Hex E4 9F BE

RGB Percentages of Color #e49fbe

%39.51
%27.56
%32.93

CMYK Percentages of Color #e49fbe

%0
%30
%17
%11

Triadic Colors of #e49fbe

#e49fbe #bee49f #9fbee4

Analogous Colors of #e49fbe

#e49fbe #e4a39f #e49fe1

Monochromatic Colors of #e49fbe

#e49fbe

Complementary Color

#e49fbe #9fe4c5

#e49fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49fbe Color CSS Codes

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

#e49fbe Text Font Color

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

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


#e49fbe Background Color

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

This div background color is #e49fbe


#e49fbe Border Color

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

This div border color is #e49fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49fbe


Comments

No comments written yet.

Please login to write comment.