Color Hex Logo

#e47ddc Color Hex

#E47DDC
(228,125,220)
0 Favorites   0 Comments

Color spaces of #e47ddc

RGB 228125220
HSL0.850.660.69
HSV305°45°89°
CMYK 0.000.450.04   0.11
XYZ52.246836.328571.9685
Yxy36.32850.32540.2263
Hunter Lab60.273149.2519-28.6034
CIE-Lab66.770252.8168-31.5099

#e47ddc color RGB value is (228,125,220).

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

The process color (four color CMYK) of #e47ddc color hex is 0.00, 0.45, 0.04, 0.11. Web safe color of #e47ddc is #cc66cc. Color #e47ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 11011100
Octal 344 175 334
Decimal 228 125 220
Hex E4 7D DC

RGB Percentages of Color #e47ddc

%39.79
%21.82
%38.39

CMYK Percentages of Color #e47ddc

%0
%45
%4
%11

Triadic Colors of #e47ddc

#e47ddc #dce47d #7ddce4

Analogous Colors of #e47ddc

#e47ddc #e47da9 #b97de4

Monochromatic Colors of #e47ddc

#e47ddc

Complementary Color

#e47ddc #7de485

#e47ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ddc Color CSS Codes

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

#e47ddc Text Font Color

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

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


#e47ddc Background Color

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

This div background color is #e47ddc


#e47ddc Border Color

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

This div border color is #e47ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ddc


Comments

No comments written yet.

Please login to write comment.