Color Hex Logo

#eb859f Color Hex

#EB859F
(235,133,159)
0 Favorites   0 Comments

Color spaces of #eb859f

RGB 235133159
HSL0.960.720.72
HSV345°43°92°
CMYK 0.000.430.32   0.08
XYZ48.906536.940437.3534
Yxy36.94040.39700.2998
Hunter Lab60.778637.27046.1065
CIE-Lab67.232341.90333.4958

#eb859f color RGB value is (235,133,159).

#eb859f hex color red value is 235, green value is 133 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eb859f hue: 0.96 , saturation: 0.72 and the lightness value of eb859f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 10011111
Octal 353 205 237
Decimal 235 133 159
Hex EB 85 9F

RGB Percentages of Color #eb859f

%44.59
%25.24
%30.17

CMYK Percentages of Color #eb859f

%0
%43
%32
%8

Triadic Colors of #eb859f

#eb859f #9feb85 #859feb

Analogous Colors of #eb859f

#eb859f #eb9e85 #eb85d2

Monochromatic Colors of #eb859f

#eb859f

Complementary Color

#eb859f #85ebd1

#eb859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb859f Color CSS Codes

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

#eb859f Text Font Color

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

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


#eb859f Background Color

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

This div background color is #eb859f


#eb859f Border Color

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

This div border color is #eb859f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb859f


Comments

No comments written yet.

Please login to write comment.