Color Hex Logo

#eb949e Color Hex

#EB949E
(235,148,158)
0 Favorites   0 Comments

Color spaces of #eb949e

RGB 235148158
HSL0.980.690.75
HSV353°37°92°
CMYK 0.000.370.33   0.08
XYZ51.022441.310637.6323
Yxy41.31060.39260.3179
Hunter Lab64.273329.221210.2768
CIE-Lab70.393033.97638.5977

#eb949e color RGB value is (235,148,158).

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

The process color (four color CMYK) of #eb949e color hex is 0.00, 0.37, 0.33, 0.08. Web safe color of #eb949e is #ff9999. Color #eb949e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 10011110
Octal 353 224 236
Decimal 235 148 158
Hex EB 94 9E

RGB Percentages of Color #eb949e

%43.44
%27.36
%29.21

CMYK Percentages of Color #eb949e

%0
%37
%33
%8

Triadic Colors of #eb949e

#eb949e #9eeb94 #949eeb

Analogous Colors of #eb949e

#eb949e #ebb694 #eb94ca

Monochromatic Colors of #eb949e

#eb949e

Complementary Color

#eb949e #94ebe1

#eb949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb949e Color CSS Codes

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

#eb949e Text Font Color

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

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


#eb949e Background Color

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

This div background color is #eb949e


#eb949e Border Color

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

This div border color is #eb949e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb949e


Comments

No comments written yet.

Please login to write comment.