Color Hex Logo

#ef86ff Color Hex

#EF86FF
(239,134,255)
0 Favorites   0 Comments

Color spaces of #ef86ff

RGB 239134255
HSL0.811.000.76
HSV292°47°100°
CMYK 0.060.470.00   0.00
XYZ62.171742.620999.5576
Yxy42.62090.30420.2086
Hunter Lab65.284755.7403-44.7166
CIE-Lab71.296957.7519-43.6071

#ef86ff color RGB value is (239,134,255).

#ef86ff hex color red value is 239, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ef86ff hue: 0.81 , saturation: 1.00 and the lightness value of ef86ff is 0.76.

The process color (four color CMYK) of #ef86ff color hex is 0.06, 0.47, 0.00, 0.00. Web safe color of #ef86ff is #ff99ff. Color #ef86ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 11111111
Octal 357 206 377
Decimal 239 134 255
Hex EF 86 FF

RGB Percentages of Color #ef86ff

%38.06
%21.34
%40.61

CMYK Percentages of Color #ef86ff

%6
%47
%0
%0

Triadic Colors of #ef86ff

#ef86ff #ffef86 #86ffef

Analogous Colors of #ef86ff

#ef86ff #ff86d3 #b386ff

Monochromatic Colors of #ef86ff

#ef86ff

Complementary Color

#ef86ff #96ff86

#ef86ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef86ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef86ff Color CSS Codes

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

#ef86ff Text Font Color

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

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


#ef86ff Background Color

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

This div background color is #ef86ff


#ef86ff Border Color

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

This div border color is #ef86ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,134,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef86ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef86ff;
  -webkit-box-shadow: 1px 1px 3px 2px #ef86ff;
  box-shadow:         1px 1px 3px 2px #ef86ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,134,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef86ff

Related Colors


Comments

No comments written yet.

Please login to write comment.