Color Hex Logo

#eb86bb Color Hex

#EB86BB
(235,134,187)
0 Favorites   0 Comments

Color spaces of #eb86bb

RGB 235134187
HSL0.910.720.72
HSV329°43°92°
CMYK 0.000.430.20   0.08
XYZ51.755738.300251.6786
Yxy38.30020.36520.2702
Hunter Lab61.887240.9755-6.1888
CIE-Lab68.241345.1884-10.7644

#eb86bb color RGB value is (235,134,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 10111011
Octal 353 206 273
Decimal 235 134 187
Hex EB 86 BB

RGB Percentages of Color #eb86bb

%42.27
%24.10
%33.63

CMYK Percentages of Color #eb86bb

%0
%43
%20
%8

Triadic Colors of #eb86bb

#eb86bb #bbeb86 #86bbeb

Analogous Colors of #eb86bb

#eb86bb #eb8689 #e986eb

Monochromatic Colors of #eb86bb

#eb86bb

Complementary Color

#eb86bb #86ebb6

#eb86bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb86bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb86bb Color CSS Codes

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

#eb86bb Text Font Color

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

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


#eb86bb Background Color

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

This div background color is #eb86bb


#eb86bb Border Color

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

This div border color is #eb86bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb86bb


Comments

No comments written yet.

Please login to write comment.