color codes Logo

#ef071c color codes

#EF071C
(239,7,28)
0 Favorites   0 Comments

Color spaces of #ef071c

RGB 239728
HSL0.980.940.48
HSV355°97°94°
CMYK 0.000.970.88   0.06
XYZ35.882218.58652.7950
Yxy18.58650.62660.3246
Hunter Lab43.112173.119626.3346
CIE-Lab50.199976.024155.1397

#ef071c color RGB value is (239,7,28).

#ef071c hex color red value is 239, green value is 7 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ef071c hue: 0.98 , saturation: 0.94 and the lightness value of ef071c is 0.48.

The process color (four color CMYK) of #ef071c color code is 0.00, 0.97, 0.88, 0.06. Web safe color of #ef071c is #ff0033. Color #ef071c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000111 00011100
Octal 357 7 34
Decimal 239 7 28
Hex EF 7 1C

RGB Percentages of Color #ef071c

%87.23
%2.55
%10.22

CMYK Percentages of Color #ef071c

%0
%97
%88
%6

Triadic Colors of #ef071c

#ef071c #1cef07 #071cef

Analogous Colors of #ef071c

#ef071c #ef6607 #ef0790

Monochromatic Colors of #ef071c

#ef071c

Complementary Color

#ef071c #07efda

#ef071c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef071c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef071c Color CSS Codes

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

#ef071c Text Font Color

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

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


#ef071c Background Color

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

This div background color is #ef071c


#ef071c Border Color

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

This div border color is #ef071c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef071c


Comments

No comments written yet.

Please login to write comment.