Color Hex Logo

#e88cfe Color Hex

#E88CFE
(232,140,254)
0 Favorites   0 Comments

Color spaces of #e88cfe

RGB 232140254
HSL0.800.980.77
HSV288°45°100°
CMYK 0.090.450.00   0.00
XYZ60.546243.067798.8877
Yxy43.06770.29900.2127
Hunter Lab65.626049.8377-43.4022
CIE-Lab71.600952.6255-42.6466

#e88cfe color RGB value is (232,140,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001100 11111110
Octal 350 214 376
Decimal 232 140 254
Hex E8 8C FE

RGB Percentages of Color #e88cfe

%37.06
%22.36
%40.58

CMYK Percentages of Color #e88cfe

%9
%45
%0
%0

Triadic Colors of #e88cfe

#e88cfe #fee88c #8cfee8

Analogous Colors of #e88cfe

#e88cfe #fe8cdb #af8cfe

Monochromatic Colors of #e88cfe

#e88cfe

Complementary Color

#e88cfe #a2fe8c

#e88cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88cfe Color CSS Codes

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

#e88cfe Text Font Color

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

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


#e88cfe Background Color

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

This div background color is #e88cfe


#e88cfe Border Color

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

This div border color is #e88cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.