Color Hex Logo

#e49ecb Color Hex

#E49ECB
(228,158,203)
0 Favorites   0 Comments

Color spaces of #e49ecb

RGB 228158203
HSL0.890.560.76
HSV321°31°89°
CMYK 0.000.310.11   0.11
XYZ55.001345.259562.3370
Yxy45.25950.33830.2784
Hunter Lab67.275228.2024-7.8453
CIE-Lab73.062432.7699-12.5144

#e49ecb color RGB value is (228,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011110 11001011
Octal 344 236 313
Decimal 228 158 203
Hex E4 9E CB

RGB Percentages of Color #e49ecb

%38.71
%26.83
%34.47

CMYK Percentages of Color #e49ecb

%0
%31
%11
%11

Triadic Colors of #e49ecb

#e49ecb #cbe49e #9ecbe4

Analogous Colors of #e49ecb

#e49ecb #e49ea8 #da9ee4

Monochromatic Colors of #e49ecb

#e49ecb

Complementary Color

#e49ecb #9ee4b7

#e49ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49ecb Color CSS Codes

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

#e49ecb Text Font Color

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

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


#e49ecb Background Color

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

This div background color is #e49ecb


#e49ecb Border Color

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

This div border color is #e49ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49ecb


Comments

No comments written yet.

Please login to write comment.