Color Hex Logo

#e49edc Color Hex

#E49EDC
(228,158,220)
0 Favorites   0 Comments

Color spaces of #e49edc

RGB 228158220
HSL0.850.560.76
HSV307°31°89°
CMYK 0.000.310.04   0.11
XYZ57.140046.115073.5996
Yxy46.11500.32310.2608
Hunter Lab67.908031.3566-16.7237
CIE-Lab73.620135.6982-21.0060

#e49edc color RGB value is (228,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011110 11011100
Octal 344 236 334
Decimal 228 158 220
Hex E4 9E DC

RGB Percentages of Color #e49edc

%37.62
%26.07
%36.30

CMYK Percentages of Color #e49edc

%0
%31
%4
%11

Triadic Colors of #e49edc

#e49edc #dce49e #9edce4

Analogous Colors of #e49edc

#e49edc #e49eb9 #c99ee4

Monochromatic Colors of #e49edc

#e49edc

Complementary Color

#e49edc #9ee4a6

#e49edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49edc Color CSS Codes

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

#e49edc Text Font Color

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

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


#e49edc Background Color

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

This div background color is #e49edc


#e49edc Border Color

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

This div border color is #e49edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49edc


Comments

No comments written yet.

Please login to write comment.