Color Hex Logo

#ef020c Color Hex

#EF020C
(239,2,12)
0 Favorites   0 Comments

Color spaces of #ef020c

RGB 239212
HSL0.990.980.47
HSV357°99°94°
CMYK 0.000.990.95   0.06
XYZ35.684718.42072.0226
Yxy18.42070.63580.3282
Hunter Lab42.919373.302527.2495
CIE-Lab50.002476.210960.8294

#ef020c color RGB value is (239,2,12).

#ef020c hex color red value is 239, green value is 2 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ef020c hue: 0.99 , saturation: 0.98 and the lightness value of ef020c is 0.47.

The process color (four color CMYK) of #ef020c color hex is 0.00, 0.99, 0.95, 0.06. Web safe color of #ef020c is #ff0000. Color #ef020c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000010 00001100
Octal 357 2 14
Decimal 239 2 12
Hex EF 2 C

RGB Percentages of Color #ef020c

%94.47
%0.79
%4.74

CMYK Percentages of Color #ef020c

%0
%99
%95
%6

Triadic Colors of #ef020c

#ef020c #0cef02 #020cef

Analogous Colors of #ef020c

#ef020c #ef6f02 #ef0283

Monochromatic Colors of #ef020c

#ef020c

Complementary Color

#ef020c #02efe5

#ef020c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef020c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef020c Color CSS Codes

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

#ef020c Text Font Color

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

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


#ef020c Background Color

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

This div background color is #ef020c


#ef020c Border Color

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

This div border color is #ef020c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef020c


Comments

No comments written yet.

Please login to write comment.