Color Hex Logo

#e86fec Color Hex

#E86FEC
(232,111,236)
0 Favorites   0 Comments

Color spaces of #e86fec

RGB 232111236
HSL0.830.770.68
HSV298°53°93°
CMYK 0.020.530.00   0.07
XYZ54.103534.580883.1801
Yxy34.58080.31480.2012
Hunter Lab58.805461.3180-42.7017
CIE-Lab65.421063.4277-42.4500

#e86fec color RGB value is (232,111,236).

#e86fec hex color red value is 232, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e86fec hue: 0.83 , saturation: 0.77 and the lightness value of e86fec is 0.68.

The process color (four color CMYK) of #e86fec color hex is 0.02, 0.53, 0.00, 0.07. Web safe color of #e86fec is #ff66ff. Color #e86fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101111 11101100
Octal 350 157 354
Decimal 232 111 236
Hex E8 6F EC

RGB Percentages of Color #e86fec

%40.07
%19.17
%40.76

CMYK Percentages of Color #e86fec

%2
%53
%0
%7

Triadic Colors of #e86fec

#e86fec #ece86f #6fece8

Analogous Colors of #e86fec

#e86fec #ec6fb2 #aa6fec

Monochromatic Colors of #e86fec

#e86fec

Complementary Color

#e86fec #73ec6f

#e86fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86fec Color CSS Codes

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

#e86fec Text Font Color

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

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


#e86fec Background Color

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

This div background color is #e86fec


#e86fec Border Color

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

This div border color is #e86fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86fec


Comments

No comments written yet.

Please login to write comment.