Color Hex Logo

#e88cfc Color Hex

#E88CFC
(232,140,252)
0 Favorites   0 Comments

Color spaces of #e88cfc

RGB 232140252
HSL0.800.950.77
HSV289°44°99°
CMYK 0.080.440.00   0.01
XYZ60.227542.940297.2094
Yxy42.94020.30060.2143
Hunter Lab65.528849.3840-42.0843
CIE-Lab71.514452.2423-41.6938

#e88cfc color RGB value is (232,140,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001100 11111100
Octal 350 214 374
Decimal 232 140 252
Hex E8 8C FC

RGB Percentages of Color #e88cfc

%37.18
%22.44
%40.38

CMYK Percentages of Color #e88cfc

%8
%44
%0
%1

Triadic Colors of #e88cfc

#e88cfc #fce88c #8cfce8

Analogous Colors of #e88cfc

#e88cfc #fc8cd8 #b08cfc

Monochromatic Colors of #e88cfc

#e88cfc

Complementary Color

#e88cfc #a0fc8c

#e88cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88cfc Color CSS Codes

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

#e88cfc Text Font Color

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

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


#e88cfc Background Color

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

This div background color is #e88cfc


#e88cfc Border Color

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

This div border color is #e88cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,140,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88cfc


Comments

No comments written yet.

Please login to write comment.