Color Hex Logo

#e47cdf Color Hex

#E47CDF
(228,124,223)
0 Favorites   0 Comments

Color spaces of #e47cdf

RGB 228124223
HSL0.840.660.69
HSV303°46°89°
CMYK 0.000.460.02   0.11
XYZ52.521836.237074.0383
Yxy36.23700.32260.2226
Hunter Lab60.197250.3955-30.7845
CIE-Lab66.700653.8339-33.2842

#e47cdf color RGB value is (228,124,223).

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

The process color (four color CMYK) of #e47cdf color hex is 0.00, 0.46, 0.02, 0.11. Web safe color of #e47cdf is #cc66cc. Color #e47cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111100 11011111
Octal 344 174 337
Decimal 228 124 223
Hex E4 7C DF

RGB Percentages of Color #e47cdf

%39.65
%21.57
%38.78

CMYK Percentages of Color #e47cdf

%0
%46
%2
%11

Triadic Colors of #e47cdf

#e47cdf #dfe47c #7cdfe4

Analogous Colors of #e47cdf

#e47cdf #e47cab #b57ce4

Monochromatic Colors of #e47cdf

#e47cdf

Complementary Color

#e47cdf #7ce481

#e47cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47cdf Color CSS Codes

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

#e47cdf Text Font Color

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

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


#e47cdf Background Color

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

This div background color is #e47cdf


#e47cdf Border Color

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

This div border color is #e47cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47cdf


Comments

No comments written yet.

Please login to write comment.