Color Hex Logo

#eb778d Color Hex

#EB778D
(235,119,141)
0 Favorites   0 Comments

Color spaces of #eb778d

RGB 235119141
HSL0.970.740.69
HSV349°49°92°
CMYK 0.000.490.40   0.08
XYZ45.665532.778929.1194
Yxy32.77890.42450.3047
Hunter Lab57.252942.18109.9215
CIE-Lab63.981546.86189.0433

#eb778d color RGB value is (235,119,141).

#eb778d hex color red value is 235, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eb778d hue: 0.97 , saturation: 0.74 and the lightness value of eb778d is 0.69.

The process color (four color CMYK) of #eb778d color hex is 0.00, 0.49, 0.40, 0.08. Web safe color of #eb778d is #ff6699. Color #eb778d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 10001101
Octal 353 167 215
Decimal 235 119 141
Hex EB 77 8D

RGB Percentages of Color #eb778d

%47.47
%24.04
%28.48

CMYK Percentages of Color #eb778d

%0
%49
%40
%8

Triadic Colors of #eb778d

#eb778d #8deb77 #778deb

Analogous Colors of #eb778d

#eb778d #eb9b77 #eb77c7

Monochromatic Colors of #eb778d

#eb778d

Complementary Color

#eb778d #77ebd5

#eb778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb778d Color CSS Codes

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

#eb778d Text Font Color

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

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


#eb778d Background Color

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

This div background color is #eb778d


#eb778d Border Color

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

This div border color is #eb778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb778d


Comments

No comments written yet.

Please login to write comment.