Color Hex Logo

#ef3142 Color Hex

#EF3142
(239,49,66)
0 Favorites   0 Comments

Color spaces of #ef3142

RGB 2394966
HSL0.990.860.56
HSV355°79°94°
CMYK 0.000.790.72   0.06
XYZ37.678320.94077.2103
Yxy20.94070.57240.3181
Hunter Lab45.761066.890022.6907
CIE-Lab52.884570.383937.8517

#ef3142 color RGB value is (239,49,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110001 01000010
Octal 357 61 102
Decimal 239 49 66
Hex EF 31 42

RGB Percentages of Color #ef3142

%67.51
%13.84
%18.64

CMYK Percentages of Color #ef3142

%0
%79
%72
%6

Triadic Colors of #ef3142

#ef3142 #42ef31 #3142ef

Analogous Colors of #ef3142

#ef3142 #ef7f31 #ef31a1

Monochromatic Colors of #ef3142

#ef3142

Complementary Color

#ef3142 #31efde

#ef3142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3142 Color CSS Codes

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

#ef3142 Text Font Color

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

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


#ef3142 Background Color

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

This div background color is #ef3142


#ef3142 Border Color

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

This div border color is #ef3142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3142


Comments

No comments written yet.

Please login to write comment.