Color Hex Logo

#ef272c Color Hex

#EF272C
(239,39,44)
0 Favorites   0 Comments

Color spaces of #ef272c

RGB 2393944
HSL1.000.860.55
HSV359°84°94°
CMYK 0.000.840.82   0.06
XYZ36.776719.98364.3017
Yxy19.98360.60230.3273
Hunter Lab44.703068.619825.5867
CIE-Lab51.818772.024848.8115

#ef272c color RGB value is (239,39,44).

#ef272c hex color red value is 239, green value is 39 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ef272c hue: 1.00 , saturation: 0.86 and the lightness value of ef272c is 0.55.

The process color (four color CMYK) of #ef272c color hex is 0.00, 0.84, 0.82, 0.06. Web safe color of #ef272c is #ff3333. Color #ef272c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 00101100
Octal 357 47 54
Decimal 239 39 44
Hex EF 27 2C

RGB Percentages of Color #ef272c

%74.22
%12.11
%13.66

CMYK Percentages of Color #ef272c

%0
%84
%82
%6

Triadic Colors of #ef272c

#ef272c #2cef27 #272cef

Analogous Colors of #ef272c

#ef272c #ef8627 #ef2790

Monochromatic Colors of #ef272c

#ef272c

Complementary Color

#ef272c #27efea

#ef272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef272c Color CSS Codes

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

#ef272c Text Font Color

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

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


#ef272c Background Color

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

This div background color is #ef272c


#ef272c Border Color

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

This div border color is #ef272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef272c


Comments

No comments written yet.

Please login to write comment.