Color Hex Logo

#ef311e Color Hex

#EF311E
(239,49,30)
0 Favorites   0 Comments

Color spaces of #ef311e

RGB 2394930
HSL0.020.870.53
HSV87°94°
CMYK 0.000.790.87   0.06
XYZ36.929320.64113.2660
Yxy20.64110.60700.3393
Hunter Lab45.432565.585027.5406
CIE-Lab52.554469.356656.0558

#ef311e color RGB value is (239,49,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110001 00011110
Octal 357 61 36
Decimal 239 49 30
Hex EF 31 1E

RGB Percentages of Color #ef311e

%75.16
%15.41
%9.43

CMYK Percentages of Color #ef311e

%0
%79
%87
%6

Triadic Colors of #ef311e

#ef311e #1eef31 #311eef

Analogous Colors of #ef311e

#ef311e #ef9a1e #ef1e74

Monochromatic Colors of #ef311e

#ef311e

Complementary Color

#ef311e #1edcef

#ef311e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef311e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef311e Color CSS Codes

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

#ef311e Text Font Color

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

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


#ef311e Background Color

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

This div background color is #ef311e


#ef311e Border Color

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

This div border color is #ef311e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef311e


Comments

No comments written yet.

Please login to write comment.