Color Hex Logo

#ef152f Color Hex

#EF152F
(239,21,47)
0 Favorites   0 Comments

Color spaces of #ef152f

RGB 2392147
HSL0.980.870.51
HSV353°91°94°
CMYK 0.000.910.80   0.06
XYZ36.377919.09234.4572
Yxy19.09230.60700.3186
Hunter Lab43.694772.143824.5383
CIE-Lab50.795075.115346.2356

#ef152f color RGB value is (239,21,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 00101111
Octal 357 25 57
Decimal 239 21 47
Hex EF 15 2F

RGB Percentages of Color #ef152f

%77.85
%6.84
%15.31

CMYK Percentages of Color #ef152f

%0
%91
%80
%6

Triadic Colors of #ef152f

#ef152f #2fef15 #152fef

Analogous Colors of #ef152f

#ef152f #ef6815 #ef159c

Monochromatic Colors of #ef152f

#ef152f

Complementary Color

#ef152f #15efd5

#ef152f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef152f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef152f Color CSS Codes

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

#ef152f Text Font Color

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

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


#ef152f Background Color

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

This div background color is #ef152f


#ef152f Border Color

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

This div border color is #ef152f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef152f


Comments

No comments written yet.

Please login to write comment.