color codes Logo

#e49cdc color codes

#E49CDC
(228,156,220)
0 Favorites   0 Comments

Color spaces of #e49cdc

RGB 228156220
HSL0.850.570.75
HSV307°32°89°
CMYK 0.000.320.04   0.11
XYZ56.801645.438273.4868
Yxy45.43820.32320.2586
Hunter Lab67.407932.4502-17.4514
CIE-Lab73.179536.7626-21.6760

#e49cdc color RGB value is (228,156,220).

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

The process color (four color CMYK) of #e49cdc color code is 0.00, 0.32, 0.04, 0.11. Web safe color of #e49cdc is #cc99cc. Color #e49cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 11011100
Octal 344 234 334
Decimal 228 156 220
Hex E4 9C DC

RGB Percentages of Color #e49cdc

%37.75
%25.83
%36.42

CMYK Percentages of Color #e49cdc

%0
%32
%4
%11

Triadic Colors of #e49cdc

#e49cdc #dce49c #9cdce4

Analogous Colors of #e49cdc

#e49cdc #e49cb8 #c89ce4

Monochromatic Colors of #e49cdc

#e49cdc

Complementary Color

#e49cdc #9ce4a4

#e49cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49cdc Color CSS Codes

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

#e49cdc Text Font Color

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

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


#e49cdc Background Color

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

This div background color is #e49cdc


#e49cdc Border Color

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

This div border color is #e49cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49cdc


Comments

No comments written yet.

Please login to write comment.