Color Hex Logo

#e49dce Color Hex

#E49DCE
(228,157,206)
0 Favorites   0 Comments

Color spaces of #e49dce

RGB 228157206
HSL0.880.570.75
HSV319°31°89°
CMYK 0.000.310.10   0.11
XYZ55.192545.064264.1818
Yxy45.06420.33560.2740
Hunter Lab67.129929.2809-9.6953
CIE-Lab72.934133.8051-14.3579

#e49dce color RGB value is (228,157,206).

#e49dce hex color red value is 228, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e49dce hue: 0.88 , saturation: 0.57 and the lightness value of e49dce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011101 11001110
Octal 344 235 316
Decimal 228 157 206
Hex E4 9D CE

RGB Percentages of Color #e49dce

%38.58
%26.57
%34.86

CMYK Percentages of Color #e49dce

%0
%31
%10
%11

Triadic Colors of #e49dce

#e49dce #cee49d #9dcee4

Analogous Colors of #e49dce

#e49dce #e49dab #d79de4

Monochromatic Colors of #e49dce

#e49dce

Complementary Color

#e49dce #9de4b3

#e49dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49dce Color CSS Codes

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

#e49dce Text Font Color

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

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


#e49dce Background Color

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

This div background color is #e49dce


#e49dce Border Color

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

This div border color is #e49dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,157,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 #e49dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49dce


Comments

No comments written yet.

Please login to write comment.