Color Hex Logo

#e47dcc Color Hex

#E47DCC
(228,125,204)
0 Favorites   0 Comments

Color spaces of #e47dcc

RGB 228125204
HSL0.870.660.69
HSV314°45°89°
CMYK 0.000.450.11   0.11
XYZ50.227635.520861.3357
Yxy35.52080.34150.2415
Hunter Lab59.599346.1328-19.2978
CIE-Lab66.152150.1347-23.5347

#e47dcc color RGB value is (228,125,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 11001100
Octal 344 175 314
Decimal 228 125 204
Hex E4 7D CC

RGB Percentages of Color #e47dcc

%40.93
%22.44
%36.62

CMYK Percentages of Color #e47dcc

%0
%45
%11
%11

Triadic Colors of #e47dcc

#e47dcc #cce47d #7dcce4

Analogous Colors of #e47dcc

#e47dcc #e47d99 #c97de4

Monochromatic Colors of #e47dcc

#e47dcc

Complementary Color

#e47dcc #7de495

#e47dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47dcc Color CSS Codes

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

#e47dcc Text Font Color

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

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


#e47dcc Background Color

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

This div background color is #e47dcc


#e47dcc Border Color

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

This div border color is #e47dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47dcc


Comments

No comments written yet.

Please login to write comment.