Color Hex Logo

#fe082e Color Hex

#FE082E
(254,8,46)
0 Favorites   0 Comments

Color spaces of #fe082e

RGB 254846
HSL0.970.990.51
HSV351°97°100°
CMYK 0.000.970.82   0.00
XYZ41.453021.44184.5386
Yxy21.44180.61470.3180
Hunter Lab46.305378.760926.6024
CIE-Lab53.429779.911750.3610

#fe082e color RGB value is (254,8,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001000 00101110
Octal 376 10 56
Decimal 254 8 46
Hex FE 8 2E

RGB Percentages of Color #fe082e

%82.47
%2.60
%14.94

CMYK Percentages of Color #fe082e

%0
%97
%82
%0

Triadic Colors of #fe082e

#fe082e #2efe08 #082efe

Analogous Colors of #fe082e

#fe082e #fe5d08 #fe08a9

Monochromatic Colors of #fe082e

#fe082e

Complementary Color

#fe082e #08fed8

#fe082e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe082e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe082e Color CSS Codes

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

#fe082e Text Font Color

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

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


#fe082e Background Color

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

This div background color is #fe082e


#fe082e Border Color

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

This div border color is #fe082e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe082e

Related Colors


Comments

No comments written yet.

Please login to write comment.