Color Hex Logo

#ef341e Color Hex

#EF341E
(239,52,30)
0 Favorites   0 Comments

Color spaces of #ef341e

RGB 2395230
HSL0.020.870.53
HSV87°94°
CMYK 0.000.780.87   0.06
XYZ37.058920.90043.3093
Yxy20.90040.60490.3411
Hunter Lab45.717064.690327.7101
CIE-Lab52.840368.550756.2752

#ef341e color RGB value is (239,52,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 00011110
Octal 357 64 36
Decimal 239 52 30
Hex EF 34 1E

RGB Percentages of Color #ef341e

%74.45
%16.20
%9.35

CMYK Percentages of Color #ef341e

%0
%78
%87
%6

Triadic Colors of #ef341e

#ef341e #1eef34 #341eef

Analogous Colors of #ef341e

#ef341e #ef9d1e #ef1e71

Monochromatic Colors of #ef341e

#ef341e

Complementary Color

#ef341e #1ed9ef

#ef341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef341e Color CSS Codes

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

#ef341e Text Font Color

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

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


#ef341e Background Color

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

This div background color is #ef341e


#ef341e Border Color

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

This div border color is #ef341e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,52,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 #ef341e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef341e


Comments

No comments written yet.

Please login to write comment.