color codes Logo

#e47ddf color codes

#E47DDF
(228,125,223)
0 Favorites   0 Comments

Color spaces of #e47ddf

RGB 228125223
HSL0.840.660.69
HSV303°45°89°
CMYK 0.000.450.02   0.11
XYZ52.647836.488974.0803
Yxy36.48890.32260.2236
Hunter Lab60.406049.8638-30.4274
CIE-Lab66.891853.3377-32.9878

#e47ddf color RGB value is (228,125,223).

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

The process color (four color CMYK) of #e47ddf color code is 0.00, 0.45, 0.02, 0.11. Web safe color of #e47ddf is #cc66cc. Color #e47ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 11011111
Octal 344 175 337
Decimal 228 125 223
Hex E4 7D DF

RGB Percentages of Color #e47ddf

%39.58
%21.70
%38.72

CMYK Percentages of Color #e47ddf

%0
%45
%2
%11

Triadic Colors of #e47ddf

#e47ddf #dfe47d #7ddfe4

Analogous Colors of #e47ddf

#e47ddf #e47dac #b67de4

Monochromatic Colors of #e47ddf

#e47ddf

Complementary Color

#e47ddf #7de482

#e47ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ddf Color CSS Codes

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

#e47ddf Text Font Color

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

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


#e47ddf Background Color

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

This div background color is #e47ddf


#e47ddf Border Color

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

This div border color is #e47ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ddf


Comments

No comments written yet.

Please login to write comment.