Color Hex Logo

#e49cde Color Hex

#E49CDE
(228,156,222)
0 Favorites   0 Comments

Color spaces of #e49cde

RGB 228156222
HSL0.850.570.75
HSV305°32°89°
CMYK 0.000.320.03   0.11
XYZ57.068245.544874.8905
Yxy45.54480.32150.2566
Hunter Lab67.486932.8410-18.5536
CIE-Lab73.249237.1201-22.6658

#e49cde color RGB value is (228,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 11011110
Octal 344 234 336
Decimal 228 156 222
Hex E4 9C DE

RGB Percentages of Color #e49cde

%37.62
%25.74
%36.63

CMYK Percentages of Color #e49cde

%0
%32
%3
%11

Triadic Colors of #e49cde

#e49cde #dee49c #9cdee4

Analogous Colors of #e49cde

#e49cde #e49cba #c69ce4

Monochromatic Colors of #e49cde

#e49cde

Complementary Color

#e49cde #9ce4a2

#e49cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49cde Color CSS Codes

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

#e49cde Text Font Color

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

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


#e49cde Background Color

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

This div background color is #e49cde


#e49cde Border Color

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

This div border color is #e49cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49cde


Comments

No comments written yet.

Please login to write comment.