Color Hex Logo

#fe1c29 Color Hex

#FE1C29
(254,28,41)
0 Favorites   0 Comments

Color spaces of #fe1c29

RGB 2542841
HSL0.990.990.55
HSV357°89°100°
CMYK 0.000.890.84   0.00
XYZ41.688522.06144.1589
Yxy22.06140.61390.3249
Hunter Lab46.969676.233527.6289
CIE-Lab54.092177.773153.4935

#fe1c29 color RGB value is (254,28,41).

#fe1c29 hex color red value is 254, green value is 28 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fe1c29 hue: 0.99 , saturation: 0.99 and the lightness value of fe1c29 is 0.55.

The process color (four color CMYK) of #fe1c29 color hex is 0.00, 0.89, 0.84, 0.00. Web safe color of #fe1c29 is #ff3333. Color #fe1c29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011100 00101001
Octal 376 34 51
Decimal 254 28 41
Hex FE 1C 29

RGB Percentages of Color #fe1c29

%78.64
%8.67
%12.69

CMYK Percentages of Color #fe1c29

%0
%89
%84
%0

Triadic Colors of #fe1c29

#fe1c29 #29fe1c #1c29fe

Analogous Colors of #fe1c29

#fe1c29 #fe801c #fe1c9a

Monochromatic Colors of #fe1c29

#fe1c29

Complementary Color

#fe1c29 #1cfef1

#fe1c29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1c29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1c29 Color CSS Codes

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

#fe1c29 Text Font Color

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

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


#fe1c29 Background Color

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

This div background color is #fe1c29


#fe1c29 Border Color

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

This div border color is #fe1c29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1c29


Comments

No comments written yet.

Please login to write comment.