Color Hex Logo

#ef070e Color Hex

#EF070E
(239,7,14)
0 Favorites   0 Comments

Color spaces of #ef070e

RGB 239714
HSL0.990.940.48
HSV358°97°94°
CMYK 0.000.970.94   0.06
XYZ35.751818.53442.1086
Yxy18.53440.63400.3287
Hunter Lab43.051672.893427.2322
CIE-Lab50.138075.852760.3227

#ef070e color RGB value is (239,7,14).

#ef070e hex color red value is 239, green value is 7 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ef070e hue: 0.99 , saturation: 0.94 and the lightness value of ef070e is 0.48.

The process color (four color CMYK) of #ef070e color hex is 0.00, 0.97, 0.94, 0.06. Web safe color of #ef070e is #ff0000. Color #ef070e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000111 00001110
Octal 357 7 16
Decimal 239 7 14
Hex EF 7 E

RGB Percentages of Color #ef070e

%91.92
%2.69
%5.38

CMYK Percentages of Color #ef070e

%0
%97
%94
%6

Triadic Colors of #ef070e

#ef070e #0eef07 #070eef

Analogous Colors of #ef070e

#ef070e #ef7407 #ef0782

Monochromatic Colors of #ef070e

#ef070e

Complementary Color

#ef070e #07efe8

#ef070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef070e Color CSS Codes

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

#ef070e Text Font Color

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

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


#ef070e Background Color

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

This div background color is #ef070e


#ef070e Border Color

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

This div border color is #ef070e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef070e


Comments

No comments written yet.

Please login to write comment.