Color Hex Logo

#ef103b Color Hex

#EF103B
(239,16,59)
0 Favorites   0 Comments

Color spaces of #ef103b

RGB 2391659
HSL0.970.870.50
HSV348°93°94°
CMYK 0.000.930.75   0.06
XYZ36.571319.03715.8847
Yxy19.03710.59470.3096
Hunter Lab43.631573.260922.5455
CIE-Lab50.730676.035339.4360

#ef103b color RGB value is (239,16,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010000 00111011
Octal 357 20 73
Decimal 239 16 59
Hex EF 10 3B

RGB Percentages of Color #ef103b

%76.11
%5.10
%18.79

CMYK Percentages of Color #ef103b

%0
%93
%75
%6

Triadic Colors of #ef103b

#ef103b #3bef10 #103bef

Analogous Colors of #ef103b

#ef103b #ef5510 #ef10ab

Monochromatic Colors of #ef103b

#ef103b

Complementary Color

#ef103b #10efc4

#ef103b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef103b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef103b Color CSS Codes

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

#ef103b Text Font Color

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

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


#ef103b Background Color

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

This div background color is #ef103b


#ef103b Border Color

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

This div border color is #ef103b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef103b


Comments

No comments written yet.

Please login to write comment.