Color Hex Logo

#ef103c Color Hex

#EF103C
(239,16,60)
0 Favorites   0 Comments

Color spaces of #ef103c

RGB 2391660
HSL0.970.870.50
HSV348°93°94°
CMYK 0.000.930.75   0.06
XYZ36.597519.04756.0226
Yxy19.04750.59350.3089
Hunter Lab43.643473.306322.3687
CIE-Lab50.742776.069738.8708

#ef103c color RGB value is (239,16,60).

#ef103c hex color red value is 239, green value is 16 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ef103c hue: 0.97 , saturation: 0.87 and the lightness value of ef103c is 0.50.

The process color (four color CMYK) of #ef103c color hex is 0.00, 0.93, 0.75, 0.06. Web safe color of #ef103c is #ff0033. Color #ef103c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 00111100
Octal 357 20 74
Decimal 239 16 60
Hex EF 10 3C

RGB Percentages of Color #ef103c

%75.87
%5.08
%19.05

CMYK Percentages of Color #ef103c

%0
%93
%75
%6

Triadic Colors of #ef103c

#ef103c #3cef10 #103cef

Analogous Colors of #ef103c

#ef103c #ef5310 #ef10ac

Monochromatic Colors of #ef103c

#ef103c

Complementary Color

#ef103c #10efc3

#ef103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef103c Color CSS Codes

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

#ef103c Text Font Color

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

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


#ef103c Background Color

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

This div background color is #ef103c


#ef103c Border Color

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

This div border color is #ef103c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef103c


Comments

No comments written yet.

Please login to write comment.