Color Hex Logo

#ef782f Color Hex

#EF782F
(239,120,47)
0 Favorites   0 Comments

Color spaces of #ef782f

RGB 23912047
HSL0.060.860.56
HSV23°80°94°
CMYK 0.000.500.80   0.06
XYZ42.826231.98896.6066
Yxy31.98890.52600.3929
Hunter Lab56.558736.182232.6655
CIE-Lab63.333741.363458.1919

#ef782f color RGB value is (239,120,47).

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

The process color (four color CMYK) of #ef782f color hex is 0.00, 0.50, 0.80, 0.06. Web safe color of #ef782f is #ff6633. Color #ef782f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111000 00101111
Octal 357 170 57
Decimal 239 120 47
Hex EF 78 2F

RGB Percentages of Color #ef782f

%58.87
%29.56
%11.58

CMYK Percentages of Color #ef782f

%0
%50
%80
%6

Triadic Colors of #ef782f

#ef782f #2fef78 #782fef

Analogous Colors of #ef782f

#ef782f #efd82f #ef2f46

Monochromatic Colors of #ef782f

#ef782f

Complementary Color

#ef782f #2fa6ef

#ef782f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef782f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef782f Color CSS Codes

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

#ef782f Text Font Color

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

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


#ef782f Background Color

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

This div background color is #ef782f


#ef782f Border Color

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

This div border color is #ef782f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef782f


Comments

No comments written yet.

Please login to write comment.