Color Hex Logo

#ef879f Color Hex

#EF879F
(239,135,159)
0 Favorites   0 Comments

Color spaces of #ef879f

RGB 239135159
HSL0.960.760.73
HSV346°44°94°
CMYK 0.000.440.33   0.06
XYZ50.518638.181937.5081
Yxy38.18190.40030.3025
Hunter Lab61.791537.80037.2644
CIE-Lab68.154542.28324.8927

#ef879f color RGB value is (239,135,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 10011111
Octal 357 207 237
Decimal 239 135 159
Hex EF 87 9F

RGB Percentages of Color #ef879f

%44.84
%25.33
%29.83

CMYK Percentages of Color #ef879f

%0
%44
%33
%6

Triadic Colors of #ef879f

#ef879f #9fef87 #879fef

Analogous Colors of #ef879f

#ef879f #efa387 #ef87d3

Monochromatic Colors of #ef879f

#ef879f

Complementary Color

#ef879f #87efd7

#ef879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef879f Color CSS Codes

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

#ef879f Text Font Color

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

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


#ef879f Background Color

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

This div background color is #ef879f


#ef879f Border Color

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

This div border color is #ef879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef879f


Comments

No comments written yet.

Please login to write comment.