Color Hex Logo

#ef152a Color Hex

#EF152A
(239,21,42)
0 Favorites   0 Comments

Color spaces of #ef152a

RGB 2392142
HSL0.980.870.51
HSV354°91°94°
CMYK 0.000.910.82   0.06
XYZ36.282719.05423.9560
Yxy19.05420.61190.3214
Hunter Lab43.651171.979325.1825
CIE-Lab50.750674.990048.8459

#ef152a color RGB value is (239,21,42).

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

The process color (four color CMYK) of #ef152a color hex is 0.00, 0.91, 0.82, 0.06. Web safe color of #ef152a is #ff0033. Color #ef152a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 00101010
Octal 357 25 52
Decimal 239 21 42
Hex EF 15 2A

RGB Percentages of Color #ef152a

%79.14
%6.95
%13.91

CMYK Percentages of Color #ef152a

%0
%91
%82
%6

Triadic Colors of #ef152a

#ef152a #2aef15 #152aef

Analogous Colors of #ef152a

#ef152a #ef6d15 #ef1597

Monochromatic Colors of #ef152a

#ef152a

Complementary Color

#ef152a #15efda

#ef152a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef152a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef152a Color CSS Codes

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

#ef152a Text Font Color

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

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


#ef152a Background Color

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

This div background color is #ef152a


#ef152a Border Color

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

This div border color is #ef152a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef152a


Comments

No comments written yet.

Please login to write comment.