Color Hex Logo

#fe002e Color Hex

#FE002E
(254,0,46)
0 Favorites   0 Comments

Color spaces of #fe002e

RGB 254046
HSL0.971.000.50
HSV349°100°100°
CMYK 0.001.000.82   0.00
XYZ41.366221.26814.5097
Yxy21.26810.61610.3168
Hunter Lab46.117479.405026.4843
CIE-Lab53.241780.457150.1844

#fe002e color RGB value is (254,0,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 00101110
Octal 376 0 56
Decimal 254 0 46
Hex FE 0 2E

RGB Percentages of Color #fe002e

%84.67
%0.00
%15.33

CMYK Percentages of Color #fe002e

%0
%100
%82
%0

Triadic Colors of #fe002e

#fe002e #2efe00 #002efe

Analogous Colors of #fe002e

#fe002e #fe5100 #fe00ad

Monochromatic Colors of #fe002e

#fe002e

Complementary Color

#fe002e #00fed0

#fe002e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe002e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe002e Color CSS Codes

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

#fe002e Text Font Color

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

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


#fe002e Background Color

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

This div background color is #fe002e


#fe002e Border Color

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

This div border color is #fe002e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe002e


Comments

No comments written yet.

Please login to write comment.