Color Hex Logo

#fe171b Color Hex

#FE171B
(254,23,27)
0 Favorites   0 Comments

Color spaces of #fe171b

RGB 2542327
HSL1.000.990.54
HSV359°91°100°
CMYK 0.000.910.89   0.00
XYZ41.377321.76283.0567
Yxy21.76280.62510.3288
Hunter Lab46.650676.684028.7706
CIE-Lab53.774478.194759.5160

#fe171b color RGB value is (254,23,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010111 00011011
Octal 376 27 33
Decimal 254 23 27
Hex FE 17 1B

RGB Percentages of Color #fe171b

%83.55
%7.57
%8.88

CMYK Percentages of Color #fe171b

%0
%91
%89
%0

Triadic Colors of #fe171b

#fe171b #1bfe17 #171bfe

Analogous Colors of #fe171b

#fe171b #fe8717 #fe178f

Monochromatic Colors of #fe171b

#fe171b

Complementary Color

#fe171b #17fefa

#fe171b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe171b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe171b Color CSS Codes

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

#fe171b Text Font Color

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

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


#fe171b Background Color

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

This div background color is #fe171b


#fe171b Border Color

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

This div border color is #fe171b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe171b


Comments

No comments written yet.

Please login to write comment.