Color Hex Logo

#eb9faf Color Hex

#EB9FAF
(235,159,175)
0 Favorites   0 Comments

Color spaces of #eb9faf

RGB 235159175
HSL0.960.660.77
HSV347°32°92°
CMYK 0.000.320.26   0.08
XYZ54.397045.553646.4831
Yxy45.55360.37150.3111
Hunter Lab67.493425.75046.4120
CIE-Lab73.254930.40863.2936

#eb9faf color RGB value is (235,159,175).

#eb9faf hex color red value is 235, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eb9faf hue: 0.96 , saturation: 0.66 and the lightness value of eb9faf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011111 10101111
Octal 353 237 257
Decimal 235 159 175
Hex EB 9F AF

RGB Percentages of Color #eb9faf

%41.30
%27.94
%30.76

CMYK Percentages of Color #eb9faf

%0
%32
%26
%8

Triadic Colors of #eb9faf

#eb9faf #afeb9f #9fafeb

Analogous Colors of #eb9faf

#eb9faf #ebb59f #eb9fd5

Monochromatic Colors of #eb9faf

#eb9faf

Complementary Color

#eb9faf #9febdb

#eb9faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9faf Color CSS Codes

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

#eb9faf Text Font Color

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

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


#eb9faf Background Color

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

This div background color is #eb9faf


#eb9faf Border Color

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

This div border color is #eb9faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9faf


Comments

No comments written yet.

Please login to write comment.