Color Hex Logo

#e87efe Color Hex

#E87EFE
(232,126,254)
0 Favorites   0 Comments

Color spaces of #e87efe

RGB 232126254
HSL0.800.980.75
HSV290°50°100°
CMYK 0.090.500.00   0.00
XYZ58.629039.233398.2486
Yxy39.23330.29900.2001
Hunter Lab62.636557.4657-49.1539
CIE-Lab68.919959.5917-46.8508

#e87efe color RGB value is (232,126,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111110 11111110
Octal 350 176 376
Decimal 232 126 254
Hex E8 7E FE

RGB Percentages of Color #e87efe

%37.91
%20.59
%41.50

CMYK Percentages of Color #e87efe

%9
%50
%0
%0

Triadic Colors of #e87efe

#e87efe #fee87e #7efee8

Analogous Colors of #e87efe

#e87efe #fe7ed4 #a87efe

Monochromatic Colors of #e87efe

#e87efe

Complementary Color

#e87efe #94fe7e

#e87efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87efe Color CSS Codes

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

#e87efe Text Font Color

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

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


#e87efe Background Color

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

This div background color is #e87efe


#e87efe Border Color

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

This div border color is #e87efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87efe


Comments

No comments written yet.

Please login to write comment.