Color Hex Logo

#eb949f Color Hex

#EB949F
(235,148,159)
0 Favorites   0 Comments

Color spaces of #eb949f

RGB 235148159
HSL0.980.690.75
HSV352°37°92°
CMYK 0.000.370.32   0.08
XYZ51.108941.345238.0876
Yxy41.34520.39150.3167
Hunter Lab64.300229.35499.8903
CIE-Lab70.417134.10198.0755

#eb949f color RGB value is (235,148,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 10011111
Octal 353 224 237
Decimal 235 148 159
Hex EB 94 9F

RGB Percentages of Color #eb949f

%43.36
%27.31
%29.34

CMYK Percentages of Color #eb949f

%0
%37
%32
%8

Triadic Colors of #eb949f

#eb949f #9feb94 #949feb

Analogous Colors of #eb949f

#eb949f #ebb594 #eb94cb

Monochromatic Colors of #eb949f

#eb949f

Complementary Color

#eb949f #94ebe0

#eb949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb949f Color CSS Codes

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

#eb949f Text Font Color

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

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


#eb949f Background Color

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

This div background color is #eb949f


#eb949f Border Color

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

This div border color is #eb949f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb949f


Comments

No comments written yet.

Please login to write comment.