Color Hex Logo

#e47cdb Color Hex

#E47CDB
(228,124,219)
0 Favorites   0 Comments

Color spaces of #e47cdb

RGB 228124219
HSL0.850.660.69
HSV305°46°89°
CMYK 0.000.460.04   0.11
XYZ51.988736.023871.2310
Yxy36.02380.32650.2262
Hunter Lab60.019849.5806-28.3510
CIE-Lab66.538153.1415-31.3129

#e47cdb color RGB value is (228,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111100 11011011
Octal 344 174 333
Decimal 228 124 219
Hex E4 7C DB

RGB Percentages of Color #e47cdb

%39.93
%21.72
%38.35

CMYK Percentages of Color #e47cdb

%0
%46
%4
%11

Triadic Colors of #e47cdb

#e47cdb #dbe47c #7cdbe4

Analogous Colors of #e47cdb

#e47cdb #e47ca7 #b97ce4

Monochromatic Colors of #e47cdb

#e47cdb

Complementary Color

#e47cdb #7ce485

#e47cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47cdb Color CSS Codes

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

#e47cdb Text Font Color

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

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


#e47cdb Background Color

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

This div background color is #e47cdb


#e47cdb Border Color

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

This div border color is #e47cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47cdb


Comments

No comments written yet.

Please login to write comment.