Color Hex Logo

#e857fc Color Hex

#E857FC
(232,87,252)
0 Favorites   0 Comments

Color spaces of #e857fc

RGB 23287252
HSL0.810.960.66
HSV293°65°99°
CMYK 0.080.650.00   0.01
XYZ54.257631.000595.2195
Yxy31.00050.30060.1718
Hunter Lab55.678176.5093-62.4218
CIE-Lab62.508176.3764-55.8988

#e857fc color RGB value is (232,87,252).

#e857fc hex color red value is 232, green value is 87 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e857fc hue: 0.81 , saturation: 0.96 and the lightness value of e857fc is 0.66.

The process color (four color CMYK) of #e857fc color hex is 0.08, 0.65, 0.00, 0.01. Web safe color of #e857fc is #ff66ff. Color #e857fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010111 11111100
Octal 350 127 374
Decimal 232 87 252
Hex E8 57 FC

RGB Percentages of Color #e857fc

%40.63
%15.24
%44.13

CMYK Percentages of Color #e857fc

%8
%65
%0
%1

Triadic Colors of #e857fc

#e857fc #fce857 #57fce8

Analogous Colors of #e857fc

#e857fc #fc57be #9657fc

Monochromatic Colors of #e857fc

#e857fc

Complementary Color

#e857fc #6bfc57

#e857fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e857fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e857fc Color CSS Codes

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

#e857fc Text Font Color

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

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


#e857fc Background Color

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

This div background color is #e857fc


#e857fc Border Color

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

This div border color is #e857fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e857fc


Comments

No comments written yet.

Please login to write comment.