Color Hex Logo

#eb86ea Color Hex

#EB86EA
(235,134,234)
0 Favorites   0 Comments

Color spaces of #eb86ea

RGB 235134234
HSL0.830.720.72
HSV301°43°92°
CMYK 0.000.430.00   0.08
XYZ57.637340.652982.6509
Yxy40.65290.31850.2247
Hunter Lab63.759649.7807-32.2252
CIE-Lab69.932052.8157-34.2837

#eb86ea color RGB value is (235,134,234).

#eb86ea hex color red value is 235, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eb86ea hue: 0.83 , saturation: 0.72 and the lightness value of eb86ea is 0.72.

The process color (four color CMYK) of #eb86ea color hex is 0.00, 0.43, 0.00, 0.08. Web safe color of #eb86ea is #ff99ff. Color #eb86ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 11101010
Octal 353 206 352
Decimal 235 134 234
Hex EB 86 EA

RGB Percentages of Color #eb86ea

%38.97
%22.22
%38.81

CMYK Percentages of Color #eb86ea

%0
%43
%0
%8

Triadic Colors of #eb86ea

#eb86ea #eaeb86 #86eaeb

Analogous Colors of #eb86ea

#eb86ea #eb86b8 #ba86eb

Monochromatic Colors of #eb86ea

#eb86ea

Complementary Color

#eb86ea #86eb87

#eb86ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb86ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb86ea Color CSS Codes

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

#eb86ea Text Font Color

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

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


#eb86ea Background Color

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

This div background color is #eb86ea


#eb86ea Border Color

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

This div border color is #eb86ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb86ea


Comments

No comments written yet.

Please login to write comment.