Color Hex Logo

#e857fb Color Hex

#E857FB
(232,87,251)
0 Favorites   0 Comments

Color spaces of #e857fb

RGB 23287251
HSL0.810.950.66
HSV293°65°98°
CMYK 0.080.650.00   0.02
XYZ54.099530.937294.3869
Yxy30.93720.30150.1724
Hunter Lab55.621276.2794-61.6778
CIE-Lab62.454676.2037-55.4319

#e857fb color RGB value is (232,87,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010111 11111011
Octal 350 127 373
Decimal 232 87 251
Hex E8 57 FB

RGB Percentages of Color #e857fb

%40.70
%15.26
%44.04

CMYK Percentages of Color #e857fb

%8
%65
%0
%2

Triadic Colors of #e857fb

#e857fb #fbe857 #57fbe8

Analogous Colors of #e857fb

#e857fb #fb57bc #9657fb

Monochromatic Colors of #e857fb

#e857fb

Complementary Color

#e857fb #6afb57

#e857fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e857fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e857fb Color CSS Codes

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

#e857fb Text Font Color

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

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


#e857fb Background Color

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

This div background color is #e857fb


#e857fb Border Color

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

This div border color is #e857fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e857fb


Comments

No comments written yet.

Please login to write comment.