Color Hex Logo

#e49ebf Color Hex

#E49EBF
(228,158,191)
0 Favorites   0 Comments

Color spaces of #e49ebf

RGB 228158191
HSL0.920.560.76
HSV332°31°89°
CMYK 0.000.310.16   0.11
XYZ53.625744.709355.0936
Yxy44.70930.34950.2914
Hunter Lab66.865026.1431-2.0466
CIE-Lab72.700130.8289-6.4402

#e49ebf color RGB value is (228,158,191).

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

The process color (four color CMYK) of #e49ebf color hex is 0.00, 0.31, 0.16, 0.11. Web safe color of #e49ebf is #cc99cc. Color #e49ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011110 10111111
Octal 344 236 277
Decimal 228 158 191
Hex E4 9E BF

RGB Percentages of Color #e49ebf

%39.51
%27.38
%33.10

CMYK Percentages of Color #e49ebf

%0
%31
%16
%11

Triadic Colors of #e49ebf

#e49ebf #bfe49e #9ebfe4

Analogous Colors of #e49ebf

#e49ebf #e4a09e #e49ee2

Monochromatic Colors of #e49ebf

#e49ebf

Complementary Color

#e49ebf #9ee4c3

#e49ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49ebf Color CSS Codes

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

#e49ebf Text Font Color

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

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


#e49ebf Background Color

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

This div background color is #e49ebf


#e49ebf Border Color

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

This div border color is #e49ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49ebf


Comments

No comments written yet.

Please login to write comment.