Color Hex Logo

#ef294c Color Hex

#EF294C
(239,41,76)
0 Favorites   0 Comments

Color spaces of #ef294c

RGB 2394176
HSL0.970.860.55
HSV349°83°94°
CMYK 0.000.830.68   0.06
XYZ37.694020.45848.7996
Yxy20.45840.56300.3056
Hunter Lab45.231069.601920.1269
CIE-Lab52.351672.732231.3778

#ef294c color RGB value is (239,41,76).

#ef294c hex color red value is 239, green value is 41 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ef294c hue: 0.97 , saturation: 0.86 and the lightness value of ef294c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 01001100
Octal 357 51 114
Decimal 239 41 76
Hex EF 29 4C

RGB Percentages of Color #ef294c

%67.13
%11.52
%21.35

CMYK Percentages of Color #ef294c

%0
%83
%68
%6

Triadic Colors of #ef294c

#ef294c #4cef29 #294cef

Analogous Colors of #ef294c

#ef294c #ef6929 #ef29af

Monochromatic Colors of #ef294c

#ef294c

Complementary Color

#ef294c #29efcc

#ef294c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef294c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef294c Color CSS Codes

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

#ef294c Text Font Color

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

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


#ef294c Background Color

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

This div background color is #ef294c


#ef294c Border Color

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

This div border color is #ef294c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef294c


Comments

No comments written yet.

Please login to write comment.