Color Hex Logo

#ef113e Color Hex

#EF113E
(239,17,62)
0 Favorites   0 Comments

Color spaces of #ef113e

RGB 2391762
HSL0.970.870.50
HSV348°93°94°
CMYK 0.000.930.74   0.06
XYZ36.666619.09946.3114
Yxy19.09940.59070.3077
Hunter Lab43.702973.281122.0296
CIE-Lab50.803376.037537.7762

#ef113e color RGB value is (239,17,62).

#ef113e hex color red value is 239, green value is 17 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ef113e hue: 0.97 , saturation: 0.87 and the lightness value of ef113e is 0.50.

The process color (four color CMYK) of #ef113e color hex is 0.00, 0.93, 0.74, 0.06. Web safe color of #ef113e is #ff0033. Color #ef113e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010001 00111110
Octal 357 21 76
Decimal 239 17 62
Hex EF 11 3E

RGB Percentages of Color #ef113e

%75.16
%5.35
%19.50

CMYK Percentages of Color #ef113e

%0
%93
%74
%6

Triadic Colors of #ef113e

#ef113e #3eef11 #113eef

Analogous Colors of #ef113e

#ef113e #ef5311 #ef11ad

Monochromatic Colors of #ef113e

#ef113e

Complementary Color

#ef113e #11efc2

#ef113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef113e Color CSS Codes

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

#ef113e Text Font Color

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

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


#ef113e Background Color

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

This div background color is #ef113e


#ef113e Border Color

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

This div border color is #ef113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef113e


Comments

No comments written yet.

Please login to write comment.