Color Hex Logo

#ef494c Color Hex

#EF494C
(239,73,76)
0 Favorites   0 Comments

Color spaces of #ef494c

RGB 2397376
HSL1.000.840.61
HSV359°69°94°
CMYK 0.000.690.68   0.06
XYZ39.283723.63769.3295
Yxy23.63760.54370.3272
Hunter Lab48.618559.145422.6557
CIE-Lab55.723163.293035.4888

#ef494c color RGB value is (239,73,76).

#ef494c hex color red value is 239, green value is 73 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ef494c hue: 1.00 , saturation: 0.84 and the lightness value of ef494c is 0.61.

The process color (four color CMYK) of #ef494c color hex is 0.00, 0.69, 0.68, 0.06. Web safe color of #ef494c is #ff3333. Color #ef494c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 01001100
Octal 357 111 114
Decimal 239 73 76
Hex EF 49 4C

RGB Percentages of Color #ef494c

%61.60
%18.81
%19.59

CMYK Percentages of Color #ef494c

%0
%69
%68
%6

Triadic Colors of #ef494c

#ef494c #4cef49 #494cef

Analogous Colors of #ef494c

#ef494c #ef9949 #ef499f

Monochromatic Colors of #ef494c

#ef494c

Complementary Color

#ef494c #49efec

#ef494c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef494c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef494c Color CSS Codes

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

#ef494c Text Font Color

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

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


#ef494c Background Color

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

This div background color is #ef494c


#ef494c Border Color

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

This div border color is #ef494c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef494c


Comments

No comments written yet.

Please login to write comment.