Color Hex Logo

#ef410e Color Hex

#EF410E
(239,65,14)
0 Favorites   0 Comments

Color spaces of #ef410e

RGB 2396514
HSL0.040.890.50
HSV14°94°94°
CMYK 0.000.730.94   0.06
XYZ37.566222.16302.7134
Yxy22.16300.60160.3549
Hunter Lab47.077660.050729.5370
CIE-Lab54.199564.351362.6155

#ef410e color RGB value is (239,65,14).

#ef410e hex color red value is 239, green value is 65 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ef410e hue: 0.04 , saturation: 0.89 and the lightness value of ef410e is 0.50.

The process color (four color CMYK) of #ef410e color hex is 0.00, 0.73, 0.94, 0.06. Web safe color of #ef410e is #ff3300. Color #ef410e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000001 00001110
Octal 357 101 16
Decimal 239 65 14
Hex EF 41 E

RGB Percentages of Color #ef410e

%75.16
%20.44
%4.40

CMYK Percentages of Color #ef410e

%0
%73
%94
%6

Triadic Colors of #ef410e

#ef410e #0eef41 #410eef

Analogous Colors of #ef410e

#ef410e #efb20e #ef0e4b

Monochromatic Colors of #ef410e

#ef410e

Complementary Color

#ef410e #0ebcef

#ef410e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef410e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef410e Color CSS Codes

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

#ef410e Text Font Color

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

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


#ef410e Background Color

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

This div background color is #ef410e


#ef410e Border Color

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

This div border color is #ef410e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef410e


Comments

No comments written yet.

Please login to write comment.