Color Hex Logo

#ef061c Color Hex

#EF061C
(239,6,28)
0 Favorites   0 Comments

Color spaces of #ef061c

RGB 239628
HSL0.980.950.48
HSV354°97°94°
CMYK 0.000.970.88   0.06
XYZ35.871318.56482.7913
Yxy18.56480.62680.3244
Hunter Lab43.086973.205326.3198
CIE-Lab50.174176.098655.1213

#ef061c color RGB value is (239,6,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000110 00011100
Octal 357 6 34
Decimal 239 6 28
Hex EF 6 1C

RGB Percentages of Color #ef061c

%87.55
%2.20
%10.26

CMYK Percentages of Color #ef061c

%0
%97
%88
%6

Triadic Colors of #ef061c

#ef061c #1cef06 #061cef

Analogous Colors of #ef061c

#ef061c #ef6506 #ef0691

Monochromatic Colors of #ef061c

#ef061c

Complementary Color

#ef061c #06efd9

#ef061c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef061c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef061c Color CSS Codes

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

#ef061c Text Font Color

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

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


#ef061c Background Color

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

This div background color is #ef061c


#ef061c Border Color

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

This div border color is #ef061c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,6,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 #ef061c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef061c


Comments

No comments written yet.

Please login to write comment.