Color Hex Logo

#eb86fe Color Hex

#EB86FE
(235,134,254)
0 Favorites   0 Comments

Color spaces of #eb86fe

RGB 235134254
HSL0.810.980.76
HSV291°47°100°
CMYK 0.070.470.00   0.00
XYZ60.675441.868198.6493
Yxy41.86810.30160.2081
Hunter Lab64.705654.1475-45.0989
CIE-Lab70.779956.4702-43.9064

#eb86fe color RGB value is (235,134,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 11111110
Octal 353 206 376
Decimal 235 134 254
Hex EB 86 FE

RGB Percentages of Color #eb86fe

%37.72
%21.51
%40.77

CMYK Percentages of Color #eb86fe

%7
%47
%0
%0

Triadic Colors of #eb86fe

#eb86fe #feeb86 #86feeb

Analogous Colors of #eb86fe

#eb86fe #fe86d5 #af86fe

Monochromatic Colors of #eb86fe

#eb86fe

Complementary Color

#eb86fe #99fe86

#eb86fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb86fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb86fe Color CSS Codes

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

#eb86fe Text Font Color

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

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


#eb86fe Background Color

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

This div background color is #eb86fe


#eb86fe Border Color

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

This div border color is #eb86fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb86fe


Comments

No comments written yet.

Please login to write comment.