Color Hex Logo

#e88efe Color Hex

#E88EFE
(232,142,254)
0 Favorites   0 Comments

Color spaces of #e88efe

RGB 232142254
HSL0.800.980.78
HSV288°44°100°
CMYK 0.090.440.00   0.00
XYZ60.841143.657698.9860
Yxy43.65760.29900.2145
Hunter Lab66.073948.7342-42.5712
CIE-Lab71.999051.6067-42.0243

#e88efe color RGB value is (232,142,254).

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

The process color (four color CMYK) of #e88efe color hex is 0.09, 0.44, 0.00, 0.00. Web safe color of #e88efe is #ff99ff. Color #e88efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001110 11111110
Octal 350 216 376
Decimal 232 142 254
Hex E8 8E FE

RGB Percentages of Color #e88efe

%36.94
%22.61
%40.45

CMYK Percentages of Color #e88efe

%9
%44
%0
%0

Triadic Colors of #e88efe

#e88efe #fee88e #8efee8

Analogous Colors of #e88efe

#e88efe #fe8edc #b08efe

Monochromatic Colors of #e88efe

#e88efe

Complementary Color

#e88efe #a4fe8e

#e88efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88efe Color CSS Codes

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

#e88efe Text Font Color

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

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


#e88efe Background Color

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

This div background color is #e88efe


#e88efe Border Color

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

This div border color is #e88efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88efe

Related Colors


Comments

No comments written yet.

Please login to write comment.