Color Hex Logo

#fe002a Color Hex

#FE002A
(254,0,42)
0 Favorites   0 Comments

Color spaces of #fe002a

RGB 254042
HSL0.971.000.50
HSV350°100°100°
CMYK 0.001.000.83   0.00
XYZ41.291021.23804.1136
Yxy21.23800.61960.3187
Hunter Lab46.084779.284326.9670
CIE-Lab53.209080.368352.2164

#fe002a color RGB value is (254,0,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 00101010
Octal 376 0 52
Decimal 254 0 42
Hex FE 0 2A

RGB Percentages of Color #fe002a

%85.81
%0.00
%14.19

CMYK Percentages of Color #fe002a

%0
%100
%83
%0

Triadic Colors of #fe002a

#fe002a #2afe00 #002afe

Analogous Colors of #fe002a

#fe002a #fe5500 #fe00a9

Monochromatic Colors of #fe002a

#fe002a

Complementary Color

#fe002a #00fed4

#fe002a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe002a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe002a Color CSS Codes

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

#fe002a Text Font Color

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

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


#fe002a Background Color

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

This div background color is #fe002a


#fe002a Border Color

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

This div border color is #fe002a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe002a


Comments

No comments written yet.

Please login to write comment.