Color Hex Logo

#eb659e Color Hex

#EB659E
(235,101,158)
0 Favorites   0 Comments

Color spaces of #eb659e

RGB 235101158
HSL0.930.770.66
HSV334°57°92°
CMYK 0.000.570.33   0.08
XYZ45.086229.438235.6536
Yxy29.43820.40920.2672
Hunter Lab54.257053.3793-0.9810
CIE-Lab61.166457.3326-4.8058

#eb659e color RGB value is (235,101,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 10011110
Octal 353 145 236
Decimal 235 101 158
Hex EB 65 9E

RGB Percentages of Color #eb659e

%47.57
%20.45
%31.98

CMYK Percentages of Color #eb659e

%0
%57
%33
%8

Triadic Colors of #eb659e

#eb659e #9eeb65 #659eeb

Analogous Colors of #eb659e

#eb659e #eb6f65 #eb65e1

Monochromatic Colors of #eb659e

#eb659e

Complementary Color

#eb659e #65ebb2

#eb659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb659e Color CSS Codes

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

#eb659e Text Font Color

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

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


#eb659e Background Color

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

This div background color is #eb659e


#eb659e Border Color

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

This div border color is #eb659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb659e


Comments

No comments written yet.

Please login to write comment.