Color Hex Logo

#ef342f Color Hex

#EF342F
(239,52,47)
0 Favorites   0 Comments

Color spaces of #ef342f

RGB 2395247
HSL0.000.860.56
HSV80°94°
CMYK 0.000.780.80   0.06
XYZ37.337721.01194.7771
Yxy21.01190.59150.3329
Hunter Lab45.838765.178425.9082
CIE-Lab52.962568.937748.3615

#ef342f color RGB value is (239,52,47).

#ef342f hex color red value is 239, green value is 52 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ef342f hue: 0.00 , saturation: 0.86 and the lightness value of ef342f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 00101111
Octal 357 64 57
Decimal 239 52 47
Hex EF 34 2F

RGB Percentages of Color #ef342f

%70.71
%15.38
%13.91

CMYK Percentages of Color #ef342f

%0
%78
%80
%6

Triadic Colors of #ef342f

#ef342f #2fef34 #342fef

Analogous Colors of #ef342f

#ef342f #ef942f #ef2f8a

Monochromatic Colors of #ef342f

#ef342f

Complementary Color

#ef342f #2feaef

#ef342f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef342f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef342f Color CSS Codes

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

#ef342f Text Font Color

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

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


#ef342f Background Color

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

This div background color is #ef342f


#ef342f Border Color

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

This div border color is #ef342f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef342f


Comments

No comments written yet.

Please login to write comment.