Color Hex Logo

#fe121a Color Hex

#FE121A
(254,18,26)
0 Favorites   0 Comments

Color spaces of #fe121a

RGB 2541826
HSL0.990.990.53
HSV358°93°100°
CMYK 0.000.930.90   0.00
XYZ41.275821.57802.9668
Yxy21.57800.62710.3278
Hunter Lab46.452177.317928.7298
CIE-Lab53.576478.738359.7764

#fe121a color RGB value is (254,18,26).

#fe121a hex color red value is 254, green value is 18 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fe121a hue: 0.99 , saturation: 0.99 and the lightness value of fe121a is 0.53.

The process color (four color CMYK) of #fe121a color hex is 0.00, 0.93, 0.90, 0.00. Web safe color of #fe121a is #ff0033. Color #fe121a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010010 00011010
Octal 376 22 32
Decimal 254 18 26
Hex FE 12 1A

RGB Percentages of Color #fe121a

%85.23
%6.04
%8.72

CMYK Percentages of Color #fe121a

%0
%93
%90
%0

Triadic Colors of #fe121a

#fe121a #1afe12 #121afe

Analogous Colors of #fe121a

#fe121a #fe8012 #fe1290

Monochromatic Colors of #fe121a

#fe121a

Complementary Color

#fe121a #12fef6

#fe121a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe121a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe121a Color CSS Codes

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

#fe121a Text Font Color

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

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


#fe121a Background Color

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

This div background color is #fe121a


#fe121a Border Color

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

This div border color is #fe121a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe121a


Comments

No comments written yet.

Please login to write comment.