Color Hex Logo

#ef799f Color Hex

#EF799F
(239,121,159)
0 Favorites   0 Comments

Color spaces of #ef799f

RGB 239121159
HSL0.950.790.71
HSV341°49°94°
CMYK 0.000.490.33   0.06
XYZ48.692034.528736.8992
Yxy34.52870.40540.2875
Hunter Lab58.761145.08083.9015
CIE-Lab65.380149.30040.8721

#ef799f color RGB value is (239,121,159).

#ef799f hex color red value is 239, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ef799f hue: 0.95 , saturation: 0.79 and the lightness value of ef799f is 0.71.

The process color (four color CMYK) of #ef799f color hex is 0.00, 0.49, 0.33, 0.06. Web safe color of #ef799f is #ff6699. Color #ef799f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111001 10011111
Octal 357 171 237
Decimal 239 121 159
Hex EF 79 9F

RGB Percentages of Color #ef799f

%46.05
%23.31
%30.64

CMYK Percentages of Color #ef799f

%0
%49
%33
%6

Triadic Colors of #ef799f

#ef799f #9fef79 #799fef

Analogous Colors of #ef799f

#ef799f #ef8e79 #ef79da

Monochromatic Colors of #ef799f

#ef799f

Complementary Color

#ef799f #79efc9

#ef799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef799f Color CSS Codes

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

#ef799f Text Font Color

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

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


#ef799f Background Color

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

This div background color is #ef799f


#ef799f Border Color

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

This div border color is #ef799f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef799f


Comments

No comments written yet.

Please login to write comment.