Color Hex Logo

#eb689d Color Hex

#EB689D
(235,104,157)
0 Favorites   0 Comments

Color spaces of #eb689d

RGB 235104157
HSL0.930.770.66
HSV336°56°92°
CMYK 0.000.560.33   0.08
XYZ45.297129.997135.3009
Yxy29.99710.40960.2712
Hunter Lab54.769651.78130.1243
CIE-Lab61.651755.8479-3.5130

#eb689d color RGB value is (235,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101000 10011101
Octal 353 150 235
Decimal 235 104 157
Hex EB 68 9D

RGB Percentages of Color #eb689d

%47.38
%20.97
%31.65

CMYK Percentages of Color #eb689d

%0
%56
%33
%8

Triadic Colors of #eb689d

#eb689d #9deb68 #689deb

Analogous Colors of #eb689d

#eb689d #eb7568 #eb68df

Monochromatic Colors of #eb689d

#eb689d

Complementary Color

#eb689d #68ebb6

#eb689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb689d Color CSS Codes

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

#eb689d Text Font Color

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

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


#eb689d Background Color

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

This div background color is #eb689d


#eb689d Border Color

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

This div border color is #eb689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb689d


Comments

No comments written yet.

Please login to write comment.