Color Hex Logo

#e49dde Color Hex

#E49DDE
(228,157,222)
0 Favorites   0 Comments

Color spaces of #e49dde

RGB 228157222
HSL0.850.570.75
HSV305°31°89°
CMYK 0.000.310.03   0.11
XYZ57.236745.881874.9466
Yxy45.88180.32140.2577
Hunter Lab67.736132.2935-18.1861
CIE-Lab73.468836.5884-22.3313

#e49dde color RGB value is (228,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011101 11011110
Octal 344 235 336
Decimal 228 157 222
Hex E4 9D DE

RGB Percentages of Color #e49dde

%37.56
%25.86
%36.57

CMYK Percentages of Color #e49dde

%0
%31
%3
%11

Triadic Colors of #e49dde

#e49dde #dee49d #9ddee4

Analogous Colors of #e49dde

#e49dde #e49dbb #c79de4

Monochromatic Colors of #e49dde

#e49dde

Complementary Color

#e49dde #9de4a3

#e49dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49dde Color CSS Codes

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

#e49dde Text Font Color

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

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


#e49dde Background Color

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

This div background color is #e49dde


#e49dde Border Color

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

This div border color is #e49dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49dde


Comments

No comments written yet.

Please login to write comment.