Color Hex Logo

#ef111a Color Hex

#EF111A
(239,17,26)
0 Favorites   0 Comments

Color spaces of #ef111a

RGB 2391726
HSL0.990.870.50
HSV358°93°94°
CMYK 0.000.930.89   0.06
XYZ35.983518.82622.7146
Yxy18.82620.62550.3273
Hunter Lab43.389272.102626.6630
CIE-Lab50.483275.142556.1995

#ef111a color RGB value is (239,17,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010001 00011010
Octal 357 21 32
Decimal 239 17 26
Hex EF 11 1A

RGB Percentages of Color #ef111a

%84.75
%6.03
%9.22

CMYK Percentages of Color #ef111a

%0
%93
%89
%6

Triadic Colors of #ef111a

#ef111a #1aef11 #111aef

Analogous Colors of #ef111a

#ef111a #ef7711 #ef1189

Monochromatic Colors of #ef111a

#ef111a

Complementary Color

#ef111a #11efe6

#ef111a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef111a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef111a Color CSS Codes

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

#ef111a Text Font Color

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

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


#ef111a Background Color

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

This div background color is #ef111a


#ef111a Border Color

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

This div border color is #ef111a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef111a


Comments

No comments written yet.

Please login to write comment.