Color Hex Logo

#ef704e Color Hex

#EF704E
(239,112,78)
0 Favorites   0 Comments

Color spaces of #ef704e

RGB 23911278
HSL0.040.830.62
HSV13°67°94°
CMYK 0.000.530.67   0.06
XYZ42.765930.489110.8387
Yxy30.48910.50860.3626
Hunter Lab55.216941.619927.0136
CIE-Lab62.074046.613441.9197

#ef704e color RGB value is (239,112,78).

#ef704e hex color red value is 239, green value is 112 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ef704e hue: 0.04 , saturation: 0.83 and the lightness value of ef704e is 0.62.

The process color (four color CMYK) of #ef704e color hex is 0.00, 0.53, 0.67, 0.06. Web safe color of #ef704e is #ff6666. Color #ef704e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 01001110
Octal 357 160 116
Decimal 239 112 78
Hex EF 70 4E

RGB Percentages of Color #ef704e

%55.71
%26.11
%18.18

CMYK Percentages of Color #ef704e

%0
%53
%67
%6

Triadic Colors of #ef704e

#ef704e #4eef70 #704eef

Analogous Colors of #ef704e

#ef704e #efc14e #ef4e7d

Monochromatic Colors of #ef704e

#ef704e

Complementary Color

#ef704e #4ecdef

#ef704e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef704e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef704e Color CSS Codes

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

#ef704e Text Font Color

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

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


#ef704e Background Color

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

This div background color is #ef704e


#ef704e Border Color

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

This div border color is #ef704e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef704e


Comments

No comments written yet.

Please login to write comment.