Color Hex Logo

#ef131b Color Hex

#EF131B
(239,19,27)
0 Favorites   0 Comments

Color spaces of #ef131b

RGB 2391927
HSL0.990.870.51
HSV358°92°94°
CMYK 0.000.920.89   0.06
XYZ36.027318.89562.7853
Yxy18.89560.62430.3274
Hunter Lab43.469171.870526.6293
CIE-Lab50.564874.937555.8373

#ef131b color RGB value is (239,19,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010011 00011011
Octal 357 23 33
Decimal 239 19 27
Hex EF 13 1B

RGB Percentages of Color #ef131b

%83.86
%6.67
%9.47

CMYK Percentages of Color #ef131b

%0
%92
%89
%6

Triadic Colors of #ef131b

#ef131b #1bef13 #131bef

Analogous Colors of #ef131b

#ef131b #ef7913 #ef1389

Monochromatic Colors of #ef131b

#ef131b

Complementary Color

#ef131b #13efe7

#ef131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef131b Color CSS Codes

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

#ef131b Text Font Color

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

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


#ef131b Background Color

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

This div background color is #ef131b


#ef131b Border Color

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

This div border color is #ef131b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef131b


Comments

No comments written yet.

Please login to write comment.