Color Hex Logo

#e49ece Color Hex

#E49ECE
(228,158,206)
0 Favorites   0 Comments

Color spaces of #e49ece

RGB 228158206
HSL0.890.560.76
HSV319°31°89°
CMYK 0.000.310.10   0.11
XYZ55.362345.403964.2384
Yxy45.40390.33550.2752
Hunter Lab67.382428.7388-9.3559
CIE-Lab73.157133.2717-14.0228

#e49ece color RGB value is (228,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011110 11001110
Octal 344 236 316
Decimal 228 158 206
Hex E4 9E CE

RGB Percentages of Color #e49ece

%38.51
%26.69
%34.80

CMYK Percentages of Color #e49ece

%0
%31
%10
%11

Triadic Colors of #e49ece

#e49ece #cee49e #9ecee4

Analogous Colors of #e49ece

#e49ece #e49eab #d79ee4

Monochromatic Colors of #e49ece

#e49ece

Complementary Color

#e49ece #9ee4b4

#e49ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49ece Color CSS Codes

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

#e49ece Text Font Color

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

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


#e49ece Background Color

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

This div background color is #e49ece


#e49ece Border Color

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

This div border color is #e49ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49ece


Comments

No comments written yet.

Please login to write comment.