Color Hex Logo

#e47ebf Color Hex

#E47EBF
(228,126,191)
0 Favorites   0 Comments

Color spaces of #e47ebf

RGB 228126191
HSL0.890.650.69
HSV322°45°89°
CMYK 0.000.450.16   0.11
XYZ48.859735.177353.5049
Yxy35.17730.35520.2558
Hunter Lab59.310543.2542-11.9691
CIE-Lab65.886547.5764-16.6410

#e47ebf color RGB value is (228,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 10111111
Octal 344 176 277
Decimal 228 126 191
Hex E4 7E BF

RGB Percentages of Color #e47ebf

%41.83
%23.12
%35.05

CMYK Percentages of Color #e47ebf

%0
%45
%16
%11

Triadic Colors of #e47ebf

#e47ebf #bfe47e #7ebfe4

Analogous Colors of #e47ebf

#e47ebf #e47e8c #d67ee4

Monochromatic Colors of #e47ebf

#e47ebf

Complementary Color

#e47ebf #7ee4a3

#e47ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ebf Color CSS Codes

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

#e47ebf Text Font Color

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

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


#e47ebf Background Color

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

This div background color is #e47ebf


#e47ebf Border Color

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

This div border color is #e47ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ebf


Comments

No comments written yet.

Please login to write comment.