Color Hex Logo

#fe003c Color Hex

#FE003C
(254,0,60)
0 Favorites   0 Comments

Color spaces of #fe003c

RGB 254060
HSL0.961.000.50
HSV346°100°100°
CMYK 0.001.000.76   0.00
XYZ41.688721.39716.2078
Yxy21.39710.60160.3088
Hunter Lab46.257079.921824.4230
CIE-Lab53.381480.837142.6470

#fe003c color RGB value is (254,0,60).

#fe003c hex color red value is 254, green value is 0 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fe003c hue: 0.96 , saturation: 1.00 and the lightness value of fe003c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 00111100
Octal 376 0 74
Decimal 254 0 60
Hex FE 0 3C

RGB Percentages of Color #fe003c

%80.89
%0.00
%19.11

CMYK Percentages of Color #fe003c

%0
%100
%76
%0

Triadic Colors of #fe003c

#fe003c #3cfe00 #003cfe

Analogous Colors of #fe003c

#fe003c #fe4300 #fe00bb

Monochromatic Colors of #fe003c

#fe003c

Complementary Color

#fe003c #00fec2

#fe003c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe003c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe003c Color CSS Codes

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

#fe003c Text Font Color

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

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


#fe003c Background Color

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

This div background color is #fe003c


#fe003c Border Color

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

This div border color is #fe003c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe003c

Related Colors

#fe003c Color Palettes


Comments

No comments written yet.

Please login to write comment.