Color Hex Logo

#fe071f Color Hex

#FE071F
(254,7,31)
0 Favorites   0 Comments

Color spaces of #fe071f

RGB 254731
HSL0.980.990.51
HSV354°97°100°
CMYK 0.000.970.88   0.00
XYZ41.196421.32173.2405
Yxy21.32170.62650.3242
Hunter Lab46.175478.445628.1619
CIE-Lab53.299879.687557.5030

#fe071f color RGB value is (254,7,31).

#fe071f hex color red value is 254, green value is 7 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fe071f hue: 0.98 , saturation: 0.99 and the lightness value of fe071f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 00011111
Octal 376 7 37
Decimal 254 7 31
Hex FE 7 1F

RGB Percentages of Color #fe071f

%86.99
%2.40
%10.62

CMYK Percentages of Color #fe071f

%0
%97
%88
%0

Triadic Colors of #fe071f

#fe071f #1ffe07 #071ffe

Analogous Colors of #fe071f

#fe071f #fe6b07 #fe079b

Monochromatic Colors of #fe071f

#fe071f

Complementary Color

#fe071f #07fee6

#fe071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe071f Color CSS Codes

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

#fe071f Text Font Color

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

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


#fe071f Background Color

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

This div background color is #fe071f


#fe071f Border Color

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

This div border color is #fe071f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,7,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe071f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe071f;
  -webkit-box-shadow: 1px 1px 3px 2px #fe071f;
  box-shadow:         1px 1px 3px 2px #fe071f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,7,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe071f

Related Colors


Comments

No comments written yet.

Please login to write comment.