Color Hex Logo

#e47fbf Color Hex

#E47FBF
(228,127,191)
0 Favorites   0 Comments

Color spaces of #e47fbf

RGB 228127191
HSL0.890.650.70
HSV322°44°89°
CMYK 0.000.440.16   0.11
XYZ48.988335.434353.5478
Yxy35.43430.35510.2568
Hunter Lab59.526742.7272-11.6662
CIE-Lab66.085447.0700-16.3401

#e47fbf color RGB value is (228,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111111 10111111
Octal 344 177 277
Decimal 228 127 191
Hex E4 7F BF

RGB Percentages of Color #e47fbf

%41.76
%23.26
%34.98

CMYK Percentages of Color #e47fbf

%0
%44
%16
%11

Triadic Colors of #e47fbf

#e47fbf #bfe47f #7fbfe4

Analogous Colors of #e47fbf

#e47fbf #e47f8d #d77fe4

Monochromatic Colors of #e47fbf

#e47fbf

Complementary Color

#e47fbf #7fe4a4

#e47fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47fbf Color CSS Codes

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

#e47fbf Text Font Color

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

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


#e47fbf Background Color

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

This div background color is #e47fbf


#e47fbf Border Color

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

This div border color is #e47fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47fbf


Comments

No comments written yet.

Please login to write comment.