Color Hex Logo

#ef112d Color Hex

#EF112D
(239,17,45)
0 Favorites   0 Comments

Color spaces of #ef112d

RGB 2391745
HSL0.980.870.50
HSV352°93°94°
CMYK 0.000.930.81   0.06
XYZ36.270718.94114.2269
Yxy18.94110.61020.3187
Hunter Lab43.521472.599424.7066
CIE-Lab50.618275.520447.1390

#ef112d color RGB value is (239,17,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010001 00101101
Octal 357 21 55
Decimal 239 17 45
Hex EF 11 2D

RGB Percentages of Color #ef112d

%79.40
%5.65
%14.95

CMYK Percentages of Color #ef112d

%0
%93
%81
%6

Triadic Colors of #ef112d

#ef112d #2def11 #112def

Analogous Colors of #ef112d

#ef112d #ef6411 #ef119c

Monochromatic Colors of #ef112d

#ef112d

Complementary Color

#ef112d #11efd3

#ef112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef112d Color CSS Codes

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

#ef112d Text Font Color

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

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


#ef112d Background Color

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

This div background color is #ef112d


#ef112d Border Color

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

This div border color is #ef112d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef112d


Comments

No comments written yet.

Please login to write comment.