Color Hex Logo

#ef081e Color Hex

#EF081E
(239,8,30)
0 Favorites   0 Comments

Color spaces of #ef081e

RGB 239830
HSL0.980.940.48
HSV354°97°94°
CMYK 0.000.970.87   0.06
XYZ35.917818.61812.9289
Yxy18.61810.62500.3240
Hunter Lab43.148773.076626.1795
CIE-Lab50.237475.982054.2769

#ef081e color RGB value is (239,8,30).

#ef081e hex color red value is 239, green value is 8 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ef081e hue: 0.98 , saturation: 0.94 and the lightness value of ef081e is 0.48.

The process color (four color CMYK) of #ef081e color hex is 0.00, 0.97, 0.87, 0.06. Web safe color of #ef081e is #ff0033. Color #ef081e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 00011110
Octal 357 10 36
Decimal 239 8 30
Hex EF 8 1E

RGB Percentages of Color #ef081e

%86.28
%2.89
%10.83

CMYK Percentages of Color #ef081e

%0
%97
%87
%6

Triadic Colors of #ef081e

#ef081e #1eef08 #081eef

Analogous Colors of #ef081e

#ef081e #ef6608 #ef0892

Monochromatic Colors of #ef081e

#ef081e

Complementary Color

#ef081e #08efd9

#ef081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef081e Color CSS Codes

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

#ef081e Text Font Color

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

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


#ef081e Background Color

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

This div background color is #ef081e


#ef081e Border Color

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

This div border color is #ef081e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef081e


Comments

No comments written yet.

Please login to write comment.