Color Hex Logo

#e49ddd Color Hex

#E49DDD
(228,157,221)
0 Favorites   0 Comments

Color spaces of #e49ddd

RGB 228157221
HSL0.850.570.75
HSV306°31°89°
CMYK 0.000.310.03   0.11
XYZ57.103045.828474.2427
Yxy45.82840.32230.2587
Hunter Lab67.696732.0978-17.6355
CIE-Lab73.434036.4090-21.8366

#e49ddd color RGB value is (228,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011101 11011101
Octal 344 235 335
Decimal 228 157 221
Hex E4 9D DD

RGB Percentages of Color #e49ddd

%37.62
%25.91
%36.47

CMYK Percentages of Color #e49ddd

%0
%31
%3
%11

Triadic Colors of #e49ddd

#e49ddd #dde49d #9ddde4

Analogous Colors of #e49ddd

#e49ddd #e49dba #c89de4

Monochromatic Colors of #e49ddd

#e49ddd

Complementary Color

#e49ddd #9de4a4

#e49ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49ddd Color CSS Codes

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

#e49ddd Text Font Color

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

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


#e49ddd Background Color

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

This div background color is #e49ddd


#e49ddd Border Color

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

This div border color is #e49ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49ddd


Comments

No comments written yet.

Please login to write comment.