Color Hex Logo

#ef492f Color Hex

#EF492F
(239,73,47)
0 Favorites   0 Comments

Color spaces of #ef492f

RGB 2397347
HSL0.020.860.56
HSV80°94°
CMYK 0.000.690.80   0.06
XYZ38.492223.32105.1620
Yxy23.32100.57470.3482
Hunter Lab48.291857.767227.4667
CIE-Lab55.401562.161150.7208

#ef492f color RGB value is (239,73,47).

#ef492f hex color red value is 239, green value is 73 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ef492f hue: 0.02 , saturation: 0.86 and the lightness value of ef492f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001001 00101111
Octal 357 111 57
Decimal 239 73 47
Hex EF 49 2F

RGB Percentages of Color #ef492f

%66.57
%20.33
%13.09

CMYK Percentages of Color #ef492f

%0
%69
%80
%6

Triadic Colors of #ef492f

#ef492f #2fef49 #492fef

Analogous Colors of #ef492f

#ef492f #efa92f #ef2f75

Monochromatic Colors of #ef492f

#ef492f

Complementary Color

#ef492f #2fd5ef

#ef492f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef492f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef492f Color CSS Codes

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

#ef492f Text Font Color

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

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


#ef492f Background Color

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

This div background color is #ef492f


#ef492f Border Color

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

This div border color is #ef492f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef492f


Comments

No comments written yet.

Please login to write comment.