color codes Logo

#fe293c color codes

#FE293C
(254,41,60)
0 Favorites   0 Comments

Color spaces of #fe293c

RGB 2544160
HSL0.990.990.58
HSV355°84°100°
CMYK 0.000.840.76   0.00
XYZ42.481622.98306.4721
Yxy22.98300.59050.3195
Hunter Lab47.940674.278225.5541
CIE-Lab55.054876.017344.4549

#fe293c color RGB value is (254,41,60).

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

The process color (four color CMYK) of #fe293c color code is 0.00, 0.84, 0.76, 0.00. Web safe color of #fe293c is #ff3333. Color #fe293c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 00111100
Octal 376 51 74
Decimal 254 41 60
Hex FE 29 3C

RGB Percentages of Color #fe293c

%71.55
%11.55
%16.90

CMYK Percentages of Color #fe293c

%0
%84
%76
%0

Triadic Colors of #fe293c

#fe293c #3cfe29 #293cfe

Analogous Colors of #fe293c

#fe293c #fe8129 #fe29a7

Monochromatic Colors of #fe293c

#fe293c

Complementary Color

#fe293c #29feeb

#fe293c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe293c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe293c Color CSS Codes

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

#fe293c Text Font Color

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

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


#fe293c Background Color

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

This div background color is #fe293c


#fe293c Border Color

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

This div border color is #fe293c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe293c

Related Colors


Comments

No comments written yet.

Please login to write comment.