Color Hex Logo

#fe080e Color Hex

#FE080E
(254,8,14)
0 Favorites   0 Comments

Color spaces of #fe080e

RGB 254814
HSL1.000.990.51
HSV359°97°100°
CMYK 0.000.970.94   0.00
XYZ41.039121.27622.3592
Yxy21.27620.63450.3290
Hunter Lab46.126178.093429.2558
CIE-Lab53.250579.417963.6405

#fe080e color RGB value is (254,8,14).

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

The process color (four color CMYK) of #fe080e color hex is 0.00, 0.97, 0.94, 0.00. Web safe color of #fe080e is #ff0000. Color #fe080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001000 00001110
Octal 376 10 16
Decimal 254 8 14
Hex FE 8 E

RGB Percentages of Color #fe080e

%92.03
%2.90
%5.07

CMYK Percentages of Color #fe080e

%0
%97
%94
%0

Triadic Colors of #fe080e

#fe080e #0efe08 #080efe

Analogous Colors of #fe080e

#fe080e #fe7d08 #fe0889

Monochromatic Colors of #fe080e

#fe080e

Complementary Color

#fe080e #08fef8

#fe080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe080e Color CSS Codes

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

#fe080e Text Font Color

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

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


#fe080e Background Color

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

This div background color is #fe080e


#fe080e Border Color

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

This div border color is #fe080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe080e

Related Colors


Comments

No comments written yet.

Please login to write comment.