Color Hex Logo

#e47fdc Color Hex

#E47FDC
(228,127,220)
0 Favorites   0 Comments

Color spaces of #e47fdc

RGB 228127220
HSL0.850.650.70
HSV305°44°89°
CMYK 0.000.440.04   0.11
XYZ52.502536.840072.0538
Yxy36.84000.32530.2283
Hunter Lab60.696048.1860-27.8976
CIE-Lab67.156851.8173-30.9121

#e47fdc color RGB value is (228,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111111 11011100
Octal 344 177 334
Decimal 228 127 220
Hex E4 7F DC

RGB Percentages of Color #e47fdc

%39.65
%22.09
%38.26

CMYK Percentages of Color #e47fdc

%0
%44
%4
%11

Triadic Colors of #e47fdc

#e47fdc #dce47f #7fdce4

Analogous Colors of #e47fdc

#e47fdc #e47faa #ba7fe4

Monochromatic Colors of #e47fdc

#e47fdc

Complementary Color

#e47fdc #7fe487

#e47fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47fdc Color CSS Codes

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

#e47fdc Text Font Color

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

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


#e47fdc Background Color

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

This div background color is #e47fdc


#e47fdc Border Color

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

This div border color is #e47fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47fdc


Comments

No comments written yet.

Please login to write comment.