Color Hex Logo

#e47ffe Color Hex

#E47FFE
(228,127,254)
0 Favorites   0 Comments

Color spaces of #e47ffe

RGB 228127254
HSL0.800.980.75
HSV288°50°100°
CMYK 0.100.500.00   0.00
XYZ57.473738.828598.2314
Yxy38.82850.29540.1996
Hunter Lab62.312555.5918-49.8478
CIE-Lab68.626958.0407-47.3449

#e47ffe color RGB value is (228,127,254).

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

The process color (four color CMYK) of #e47ffe color hex is 0.10, 0.50, 0.00, 0.00. Web safe color of #e47ffe is #cc66ff. Color #e47ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111111 11111110
Octal 344 177 376
Decimal 228 127 254
Hex E4 7F FE

RGB Percentages of Color #e47ffe

%37.44
%20.85
%41.71

CMYK Percentages of Color #e47ffe

%10
%50
%0
%0

Triadic Colors of #e47ffe

#e47ffe #fee47f #7ffee4

Analogous Colors of #e47ffe

#e47ffe #fe7fd9 #a57ffe

Monochromatic Colors of #e47ffe

#e47ffe

Complementary Color

#e47ffe #99fe7f

#e47ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ffe Color CSS Codes

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

#e47ffe Text Font Color

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

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


#e47ffe Background Color

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

This div background color is #e47ffe


#e47ffe Border Color

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

This div border color is #e47ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ffe


Comments

No comments written yet.

Please login to write comment.