Color Hex Logo

#e87ffe Color Hex

#E87FFE
(232,127,254)
0 Favorites   0 Comments

Color spaces of #e87ffe

RGB 232127254
HSL0.800.980.75
HSV290°50°100°
CMYK 0.090.500.00   0.00
XYZ58.757539.490398.2915
Yxy39.49030.29900.2009
Hunter Lab62.841356.9277-48.7479
CIE-Lab69.104959.1049-46.5600

#e87ffe color RGB value is (232,127,254).

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

The process color (four color CMYK) of #e87ffe color hex is 0.09, 0.50, 0.00, 0.00. Web safe color of #e87ffe is #ff66ff. Color #e87ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111111 11111110
Octal 350 177 376
Decimal 232 127 254
Hex E8 7F FE

RGB Percentages of Color #e87ffe

%37.85
%20.72
%41.44

CMYK Percentages of Color #e87ffe

%9
%50
%0
%0

Triadic Colors of #e87ffe

#e87ffe #fee87f #7ffee8

Analogous Colors of #e87ffe

#e87ffe #fe7fd5 #a97ffe

Monochromatic Colors of #e87ffe

#e87ffe

Complementary Color

#e87ffe #95fe7f

#e87ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87ffe Color CSS Codes

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

#e87ffe Text Font Color

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

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


#e87ffe Background Color

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

This div background color is #e87ffe


#e87ffe Border Color

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

This div border color is #e87ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.