Color Hex Logo

#fe122e Color Hex

#FE122E
(254,18,46)
0 Favorites   0 Comments

Color spaces of #fe122e

RGB 2541846
HSL0.980.990.53
HSV353°93°100°
CMYK 0.000.930.82   0.00
XYZ41.582521.70074.5818
Yxy21.70070.61270.3198
Hunter Lab46.584077.813326.7773
CIE-Lab53.708079.106450.6215

#fe122e color RGB value is (254,18,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010010 00101110
Octal 376 22 56
Decimal 254 18 46
Hex FE 12 2E

RGB Percentages of Color #fe122e

%79.87
%5.66
%14.47

CMYK Percentages of Color #fe122e

%0
%93
%82
%0

Triadic Colors of #fe122e

#fe122e #2efe12 #122efe

Analogous Colors of #fe122e

#fe122e #fe6c12 #fe12a4

Monochromatic Colors of #fe122e

#fe122e

Complementary Color

#fe122e #12fee2

#fe122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe122e Color CSS Codes

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

#fe122e Text Font Color

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

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


#fe122e Background Color

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

This div background color is #fe122e


#fe122e Border Color

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

This div border color is #fe122e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe122e

Related Colors


Comments

No comments written yet.

Please login to write comment.