Color Hex Logo

#eb978f Color Hex

#EB978F
(235,151,143)
0 Favorites   0 Comments

Color spaces of #eb978f

RGB 235151143
HSL0.010.700.74
HSV39°92°
CMYK 0.000.360.39   0.08
XYZ50.285541.778631.4003
Yxy41.77860.40730.3384
Hunter Lab64.636425.755016.4424
CIE-Lab70.718030.609617.3778

#eb978f color RGB value is (235,151,143).

#eb978f hex color red value is 235, green value is 151 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eb978f hue: 0.01 , saturation: 0.70 and the lightness value of eb978f is 0.74.

The process color (four color CMYK) of #eb978f color hex is 0.00, 0.36, 0.39, 0.08. Web safe color of #eb978f is #ff9999. Color #eb978f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010111 10001111
Octal 353 227 217
Decimal 235 151 143
Hex EB 97 8F

RGB Percentages of Color #eb978f

%44.42
%28.54
%27.03

CMYK Percentages of Color #eb978f

%0
%36
%39
%8

Triadic Colors of #eb978f

#eb978f #8feb97 #978feb

Analogous Colors of #eb978f

#eb978f #ebc58f #eb8fb5

Monochromatic Colors of #eb978f

#eb978f

Complementary Color

#eb978f #8fe3eb

#eb978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb978f Color CSS Codes

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

#eb978f Text Font Color

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

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


#eb978f Background Color

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

This div background color is #eb978f


#eb978f Border Color

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

This div border color is #eb978f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb978f


Comments

No comments written yet.

Please login to write comment.