Color Hex Logo

#fe163e Color Hex

#FE163E
(254,22,62)
0 Favorites   0 Comments

Color spaces of #fe163e

RGB 2542262
HSL0.970.990.54
HSV350°91°100°
CMYK 0.000.910.76   0.00
XYZ42.029521.99246.5872
Yxy21.99240.59520.3115
Hunter Lab46.896177.908424.4991
CIE-Lab54.018979.121442.2089

#fe163e color RGB value is (254,22,62).

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

The process color (four color CMYK) of #fe163e color hex is 0.00, 0.91, 0.76, 0.00. Web safe color of #fe163e is #ff0033. Color #fe163e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010110 00111110
Octal 376 26 76
Decimal 254 22 62
Hex FE 16 3E

RGB Percentages of Color #fe163e

%75.15
%6.51
%18.34

CMYK Percentages of Color #fe163e

%0
%91
%76
%0

Triadic Colors of #fe163e

#fe163e #3efe16 #163efe

Analogous Colors of #fe163e

#fe163e #fe6216 #fe16b2

Monochromatic Colors of #fe163e

#fe163e

Complementary Color

#fe163e #16fed6

#fe163e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe163e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe163e Color CSS Codes

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

#fe163e Text Font Color

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

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


#fe163e Background Color

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

This div background color is #fe163e


#fe163e Border Color

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

This div border color is #fe163e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe163e


Comments

No comments written yet.

Please login to write comment.