Color Hex Logo

#eb769e Color Hex

#EB769E
(235,118,158)
0 Favorites   0 Comments

Color spaces of #eb769e

RGB 235118158
HSL0.940.750.69
HSV339°50°92°
CMYK 0.000.500.33   0.08
XYZ46.910933.087736.2618
Yxy33.08770.40350.2846
Hunter Lab57.521944.90892.8889
CIE-Lab64.231949.3107-0.3000

#eb769e color RGB value is (235,118,158).

#eb769e hex color red value is 235, green value is 118 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eb769e hue: 0.94 , saturation: 0.75 and the lightness value of eb769e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110110 10011110
Octal 353 166 236
Decimal 235 118 158
Hex EB 76 9E

RGB Percentages of Color #eb769e

%45.99
%23.09
%30.92

CMYK Percentages of Color #eb769e

%0
%50
%33
%8

Triadic Colors of #eb769e

#eb769e #9eeb76 #769eeb

Analogous Colors of #eb769e

#eb769e #eb8976 #eb76d9

Monochromatic Colors of #eb769e

#eb769e

Complementary Color

#eb769e #76ebc3

#eb769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb769e Color CSS Codes

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

#eb769e Text Font Color

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

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


#eb769e Background Color

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

This div background color is #eb769e


#eb769e Border Color

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

This div border color is #eb769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb769e


Comments

No comments written yet.

Please login to write comment.