Color Hex Logo

#e47cbf Color Hex

#E47CBF
(228,124,191)
0 Favorites   0 Comments

Color spaces of #e47cbf

RGB 228124191
HSL0.890.660.69
HSV321°46°89°
CMYK 0.000.460.16   0.11
XYZ48.606534.670953.4205
Yxy34.67090.35560.2536
Hunter Lab58.882044.3065-12.5733
CIE-Lab65.491648.5852-17.2387

#e47cbf color RGB value is (228,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111100 10111111
Octal 344 174 277
Decimal 228 124 191
Hex E4 7C BF

RGB Percentages of Color #e47cbf

%41.99
%22.84
%35.17

CMYK Percentages of Color #e47cbf

%0
%46
%16
%11

Triadic Colors of #e47cbf

#e47cbf #bfe47c #7cbfe4

Analogous Colors of #e47cbf

#e47cbf #e47c8b #d57ce4

Monochromatic Colors of #e47cbf

#e47cbf

Complementary Color

#e47cbf #7ce4a1

#e47cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47cbf Color CSS Codes

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

#e47cbf Text Font Color

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

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


#e47cbf Background Color

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

This div background color is #e47cbf


#e47cbf Border Color

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

This div border color is #e47cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47cbf


Comments

No comments written yet.

Please login to write comment.