Color Hex Logo

#e47dcb Color Hex

#E47DCB
(228,125,203)
0 Favorites   0 Comments

Color spaces of #e47dcb

RGB 228125203
HSL0.870.660.69
HSV315°45°89°
CMYK 0.000.450.11   0.11
XYZ50.108035.473060.7059
Yxy35.47300.34250.2425
Hunter Lab59.559245.9459-18.7401
CIE-Lab66.115349.9725-23.0309

#e47dcb color RGB value is (228,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 11001011
Octal 344 175 313
Decimal 228 125 203
Hex E4 7D CB

RGB Percentages of Color #e47dcb

%41.01
%22.48
%36.51

CMYK Percentages of Color #e47dcb

%0
%45
%11
%11

Triadic Colors of #e47dcb

#e47dcb #cbe47d #7dcbe4

Analogous Colors of #e47dcb

#e47dcb #e47d98 #ca7de4

Monochromatic Colors of #e47dcb

#e47dcb

Complementary Color

#e47dcb #7de496

#e47dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47dcb Color CSS Codes

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

#e47dcb Text Font Color

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

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


#e47dcb Background Color

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

This div background color is #e47dcb


#e47dcb Border Color

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

This div border color is #e47dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47dcb


Comments

No comments written yet.

Please login to write comment.