Color Hex Logo

#ef5139 Color Hex

#EF5139
(239,81,57)
0 Favorites   0 Comments

Color spaces of #ef5139

RGB 2398157
HSL0.020.850.58
HSV76°94°
CMYK 0.000.660.76   0.06
XYZ39.277624.53106.5357
Yxy24.53100.55840.3487
Hunter Lab49.528854.879726.8464
CIE-Lab56.615659.426946.8910

#ef5139 color RGB value is (239,81,57).

#ef5139 hex color red value is 239, green value is 81 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #ef5139 hue: 0.02 , saturation: 0.85 and the lightness value of ef5139 is 0.58.

The process color (four color CMYK) of #ef5139 color hex is 0.00, 0.66, 0.76, 0.06. Web safe color of #ef5139 is #ff6633. Color #ef5139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 00111001
Octal 357 121 71
Decimal 239 81 57
Hex EF 51 39

RGB Percentages of Color #ef5139

%63.40
%21.49
%15.12

CMYK Percentages of Color #ef5139

%0
%66
%76
%6

Triadic Colors of #ef5139

#ef5139 #39ef51 #5139ef

Analogous Colors of #ef5139

#ef5139 #efac39 #ef397c

Monochromatic Colors of #ef5139

#ef5139

Complementary Color

#ef5139 #39d7ef

#ef5139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5139 Color CSS Codes

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

#ef5139 Text Font Color

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

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


#ef5139 Background Color

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

This div background color is #ef5139


#ef5139 Border Color

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

This div border color is #ef5139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5139


Comments

No comments written yet.

Please login to write comment.