Color Hex Logo

#eb659f Color Hex

#EB659F
(235,101,159)
0 Favorites   0 Comments

Color spaces of #eb659f

RGB 235101159
HSL0.930.770.66
HSV334°57°92°
CMYK 0.000.570.32   0.08
XYZ45.172629.472736.1088
Yxy29.47270.40790.2661
Hunter Lab54.288853.5210-1.4331
CIE-Lab61.196657.4517-5.3380

#eb659f color RGB value is (235,101,159).

#eb659f hex color red value is 235, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #eb659f hue: 0.93 , saturation: 0.77 and the lightness value of eb659f is 0.66.

The process color (four color CMYK) of #eb659f color hex is 0.00, 0.57, 0.32, 0.08. Web safe color of #eb659f is #ff6699. Color #eb659f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 10011111
Octal 353 145 237
Decimal 235 101 159
Hex EB 65 9F

RGB Percentages of Color #eb659f

%47.47
%20.40
%32.12

CMYK Percentages of Color #eb659f

%0
%57
%32
%8

Triadic Colors of #eb659f

#eb659f #9feb65 #659feb

Analogous Colors of #eb659f

#eb659f #eb6e65 #eb65e2

Monochromatic Colors of #eb659f

#eb659f

Complementary Color

#eb659f #65ebb1

#eb659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb659f Color CSS Codes

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

#eb659f Text Font Color

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

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


#eb659f Background Color

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

This div background color is #eb659f


#eb659f Border Color

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

This div border color is #eb659f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,101,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 #eb659f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb659f


Comments

No comments written yet.

Please login to write comment.