Color Hex Logo

#ef390a Color Hex

#EF390A
(239,57,10)
0 Favorites   0 Comments

Color spaces of #ef390a

RGB 2395710
HSL0.030.920.49
HSV12°96°94°
CMYK 0.000.760.96   0.06
XYZ37.114521.29892.4421
Yxy21.29890.60990.3500
Hunter Lab46.150762.786229.1681
CIE-Lab53.275166.859363.0374

#ef390a color RGB value is (239,57,10).

#ef390a hex color red value is 239, green value is 57 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ef390a hue: 0.03 , saturation: 0.92 and the lightness value of ef390a is 0.49.

The process color (four color CMYK) of #ef390a color hex is 0.00, 0.76, 0.96, 0.06. Web safe color of #ef390a is #ff3300. Color #ef390a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111001 00001010
Octal 357 71 12
Decimal 239 57 10
Hex EF 39 A

RGB Percentages of Color #ef390a

%78.10
%18.63
%3.27

CMYK Percentages of Color #ef390a

%0
%76
%96
%6

Triadic Colors of #ef390a

#ef390a #0aef39 #390aef

Analogous Colors of #ef390a

#ef390a #efac0a #ef0a4d

Monochromatic Colors of #ef390a

#ef390a

Complementary Color

#ef390a #0ac0ef

#ef390a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef390a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef390a Color CSS Codes

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

#ef390a Text Font Color

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

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


#ef390a Background Color

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

This div background color is #ef390a


#ef390a Border Color

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

This div border color is #ef390a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef390a


Comments

No comments written yet.

Please login to write comment.