Color Hex Logo

#ef143b Color Hex

#EF143B
(239,20,59)
0 Favorites   0 Comments

Color spaces of #ef143b

RGB 2392059
HSL0.970.870.51
HSV349°92°94°
CMYK 0.000.920.75   0.06
XYZ36.636219.16685.9063
Yxy19.16680.59370.3106
Hunter Lab43.779972.758822.6472
CIE-Lab50.881875.598539.6043

#ef143b color RGB value is (239,20,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010100 00111011
Octal 357 24 73
Decimal 239 20 59
Hex EF 14 3B

RGB Percentages of Color #ef143b

%75.16
%6.29
%18.55

CMYK Percentages of Color #ef143b

%0
%92
%75
%6

Triadic Colors of #ef143b

#ef143b #3bef14 #143bef

Analogous Colors of #ef143b

#ef143b #ef5a14 #ef14a9

Monochromatic Colors of #ef143b

#ef143b

Complementary Color

#ef143b #14efc8

#ef143b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef143b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef143b Color CSS Codes

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

#ef143b Text Font Color

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

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


#ef143b Background Color

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

This div background color is #ef143b


#ef143b Border Color

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

This div border color is #ef143b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef143b

Related Colors


Comments

No comments written yet.

Please login to write comment.