Color Hex Logo

#ef361f Color Hex

#EF361F
(239,54,31)
0 Favorites   0 Comments

Color spaces of #ef361f

RGB 2395431
HSL0.020.870.53
HSV87°94°
CMYK 0.000.770.87   0.06
XYZ37.163121.08803.4080
Yxy21.08800.60270.3420
Hunter Lab45.921764.092027.7451
CIE-Lab53.045768.007656.0149

#ef361f color RGB value is (239,54,31).

#ef361f hex color red value is 239, green value is 54 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ef361f hue: 0.02 , saturation: 0.87 and the lightness value of ef361f is 0.53.

The process color (four color CMYK) of #ef361f color hex is 0.00, 0.77, 0.87, 0.06. Web safe color of #ef361f is #ff3333. Color #ef361f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110110 00011111
Octal 357 66 37
Decimal 239 54 31
Hex EF 36 1F

RGB Percentages of Color #ef361f

%73.77
%16.67
%9.57

CMYK Percentages of Color #ef361f

%0
%77
%87
%6

Triadic Colors of #ef361f

#ef361f #1fef36 #361fef

Analogous Colors of #ef361f

#ef361f #ef9e1f #ef1f70

Monochromatic Colors of #ef361f

#ef361f

Complementary Color

#ef361f #1fd8ef

#ef361f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef361f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef361f Color CSS Codes

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

#ef361f Text Font Color

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

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


#ef361f Background Color

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

This div background color is #ef361f


#ef361f Border Color

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

This div border color is #ef361f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef361f


Comments

No comments written yet.

Please login to write comment.