Color Hex Logo

#ef899f Color Hex

#EF899F
(239,137,159)
0 Favorites   0 Comments

Color spaces of #ef899f

RGB 239137159
HSL0.960.760.74
HSV347°43°94°
CMYK 0.000.430.33   0.06
XYZ50.800338.745237.6020
Yxy38.74520.39950.3047
Hunter Lab62.245636.74877.7554
CIE-Lab68.566341.25955.4859

#ef899f color RGB value is (239,137,159).

#ef899f hex color red value is 239, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef899f hue: 0.96 , saturation: 0.76 and the lightness value of ef899f is 0.74.

The process color (four color CMYK) of #ef899f color hex is 0.00, 0.43, 0.33, 0.06. Web safe color of #ef899f is #ff9999. Color #ef899f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001001 10011111
Octal 357 211 237
Decimal 239 137 159
Hex EF 89 9F

RGB Percentages of Color #ef899f

%44.67
%25.61
%29.72

CMYK Percentages of Color #ef899f

%0
%43
%33
%6

Triadic Colors of #ef899f

#ef899f #9fef89 #899fef

Analogous Colors of #ef899f

#ef899f #efa689 #ef89d2

Monochromatic Colors of #ef899f

#ef899f

Complementary Color

#ef899f #89efd9

#ef899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef899f Color CSS Codes

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

#ef899f Text Font Color

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

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


#ef899f Background Color

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

This div background color is #ef899f


#ef899f Border Color

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

This div border color is #ef899f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef899f


Comments

No comments written yet.

Please login to write comment.