Color Hex Logo

#ef143e Color Hex

#EF143E
(239,20,62)
0 Favorites   0 Comments

Color spaces of #ef143e

RGB 2392062
HSL0.970.870.51
HSV348°92°94°
CMYK 0.000.920.74   0.06
XYZ36.716319.19886.3280
Yxy19.19880.58990.3084
Hunter Lab43.816472.896622.1088
CIE-Lab50.919075.703237.9078

#ef143e color RGB value is (239,20,62).

#ef143e hex color red value is 239, green value is 20 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ef143e hue: 0.97 , saturation: 0.87 and the lightness value of ef143e is 0.51.

The process color (four color CMYK) of #ef143e color hex is 0.00, 0.92, 0.74, 0.06. Web safe color of #ef143e is #ff0033. Color #ef143e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010100 00111110
Octal 357 24 76
Decimal 239 20 62
Hex EF 14 3E

RGB Percentages of Color #ef143e

%74.45
%6.23
%19.31

CMYK Percentages of Color #ef143e

%0
%92
%74
%6

Triadic Colors of #ef143e

#ef143e #3eef14 #143eef

Analogous Colors of #ef143e

#ef143e #ef5714 #ef14ac

Monochromatic Colors of #ef143e

#ef143e

Complementary Color

#ef143e #14efc5

#ef143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef143e Color CSS Codes

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

#ef143e Text Font Color

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

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


#ef143e Background Color

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

This div background color is #ef143e


#ef143e Border Color

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

This div border color is #ef143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef143e


Comments

No comments written yet.

Please login to write comment.