Color Hex Logo

#fe172a Color Hex

#FE172A
(254,23,42)
0 Favorites   0 Comments

Color spaces of #fe172a

RGB 2542342
HSL0.990.990.54
HSV355°91°100°
CMYK 0.000.910.83   0.00
XYZ41.597421.85084.2157
Yxy21.85080.61480.3229
Hunter Lab46.744877.040527.3743
CIE-Lab53.868378.460652.8025

#fe172a color RGB value is (254,23,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010111 00101010
Octal 376 27 52
Decimal 254 23 42
Hex FE 17 2A

RGB Percentages of Color #fe172a

%79.62
%7.21
%13.17

CMYK Percentages of Color #fe172a

%0
%91
%83
%0

Triadic Colors of #fe172a

#fe172a #2afe17 #172afe

Analogous Colors of #fe172a

#fe172a #fe7817 #fe179e

Monochromatic Colors of #fe172a

#fe172a

Complementary Color

#fe172a #17feeb

#fe172a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe172a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe172a Color CSS Codes

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

#fe172a Text Font Color

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

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


#fe172a Background Color

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

This div background color is #fe172a


#fe172a Border Color

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

This div border color is #fe172a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe172a


Comments

No comments written yet.

Please login to write comment.