Color Hex Logo

#ef719c Color Hex

#EF719C
(239,113,156)
0 Favorites   0 Comments

Color spaces of #ef719c

RGB 239113156
HSL0.940.800.69
HSV340°53°94°
CMYK 0.000.530.35   0.06
XYZ47.502532.561335.2338
Yxy32.56130.41200.2824
Hunter Lab57.062548.73553.3346
CIE-Lab63.804152.80860.2851

#ef719c color RGB value is (239,113,156).

#ef719c hex color red value is 239, green value is 113 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ef719c hue: 0.94 , saturation: 0.80 and the lightness value of ef719c is 0.69.

The process color (four color CMYK) of #ef719c color hex is 0.00, 0.53, 0.35, 0.06. Web safe color of #ef719c is #ff6699. Color #ef719c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110001 10011100
Octal 357 161 234
Decimal 239 113 156
Hex EF 71 9C

RGB Percentages of Color #ef719c

%47.05
%22.24
%30.71

CMYK Percentages of Color #ef719c

%0
%53
%35
%6

Triadic Colors of #ef719c

#ef719c #9cef71 #719cef

Analogous Colors of #ef719c

#ef719c #ef8571 #ef71db

Monochromatic Colors of #ef719c

#ef719c

Complementary Color

#ef719c #71efc4

#ef719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef719c Color CSS Codes

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

#ef719c Text Font Color

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

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


#ef719c Background Color

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

This div background color is #ef719c


#ef719c Border Color

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

This div border color is #ef719c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,113,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef719c


Comments

No comments written yet.

Please login to write comment.