Color Hex Logo

#fe103c Color Hex

#FE103C
(254,16,60)
0 Favorites   0 Comments

Color spaces of #fe103c

RGB 2541660
HSL0.970.990.53
HSV349°94°100°
CMYK 0.000.940.76   0.00
XYZ41.874021.76776.2695
Yxy21.76770.59900.3114
Hunter Lab46.655978.557424.6919
CIE-Lab53.779779.682443.0795

#fe103c color RGB value is (254,16,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010000 00111100
Octal 376 20 74
Decimal 254 16 60
Hex FE 10 3C

RGB Percentages of Color #fe103c

%76.97
%4.85
%18.18

CMYK Percentages of Color #fe103c

%0
%94
%76
%0

Triadic Colors of #fe103c

#fe103c #3cfe10 #103cfe

Analogous Colors of #fe103c

#fe103c #fe5b10 #fe10b3

Monochromatic Colors of #fe103c

#fe103c

Complementary Color

#fe103c #10fed2

#fe103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe103c Color CSS Codes

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

#fe103c Text Font Color

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

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


#fe103c Background Color

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

This div background color is #fe103c


#fe103c Border Color

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

This div border color is #fe103c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe103c


Comments

No comments written yet.

Please login to write comment.