Color Hex Logo

#e47ffb Color Hex

#E47FFB
(228,127,251)
0 Favorites   0 Comments

Color spaces of #e47ffb

RGB 228127251
HSL0.800.940.74
HSV289°49°98°
CMYK 0.090.490.00   0.02
XYZ56.996938.637895.7206
Yxy38.63780.29790.2019
Hunter Lab62.159354.8965-47.7906
CIE-Lab68.488157.4664-45.9234

#e47ffb color RGB value is (228,127,251).

#e47ffb hex color red value is 228, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e47ffb hue: 0.80 , saturation: 0.94 and the lightness value of e47ffb is 0.74.

The process color (four color CMYK) of #e47ffb color hex is 0.09, 0.49, 0.00, 0.02. Web safe color of #e47ffb is #cc66ff. Color #e47ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111111 11111011
Octal 344 177 373
Decimal 228 127 251
Hex E4 7F FB

RGB Percentages of Color #e47ffb

%37.62
%20.96
%41.42

CMYK Percentages of Color #e47ffb

%9
%49
%0
%2

Triadic Colors of #e47ffb

#e47ffb #fbe47f #7ffbe4

Analogous Colors of #e47ffb

#e47ffb #fb7fd4 #a67ffb

Monochromatic Colors of #e47ffb

#e47ffb

Complementary Color

#e47ffb #96fb7f

#e47ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ffb Color CSS Codes

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

#e47ffb Text Font Color

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

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


#e47ffb Background Color

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

This div background color is #e47ffb


#e47ffb Border Color

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

This div border color is #e47ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ffb


Comments

No comments written yet.

Please login to write comment.