Color Hex Logo

#ef290a Color Hex

#EF290A
(239,41,10)
0 Favorites   0 Comments

Color spaces of #ef290a

RGB 2394110
HSL0.020.920.49
HSV96°94°
CMYK 0.000.830.96   0.06
XYZ36.444319.95852.2187
Yxy19.95850.62170.3405
Hunter Lab44.674967.433128.3279
CIE-Lab51.790371.046262.2525

#ef290a color RGB value is (239,41,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 00001010
Octal 357 51 12
Decimal 239 41 10
Hex EF 29 A

RGB Percentages of Color #ef290a

%82.41
%14.14
%3.45

CMYK Percentages of Color #ef290a

%0
%83
%96
%6

Triadic Colors of #ef290a

#ef290a #0aef29 #290aef

Analogous Colors of #ef290a

#ef290a #ef9c0a #ef0a5e

Monochromatic Colors of #ef290a

#ef290a

Complementary Color

#ef290a #0ad0ef

#ef290a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef290a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef290a Color CSS Codes

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

#ef290a Text Font Color

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

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


#ef290a Background Color

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

This div background color is #ef290a


#ef290a Border Color

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

This div border color is #ef290a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef290a


Comments

No comments written yet.

Please login to write comment.