Color Hex Logo

#fe021c Color Hex

#FE021C
(254,2,28)
0 Favorites   0 Comments

Color spaces of #fe021c

RGB 254228
HSL0.980.990.50
HSV354°99°100°
CMYK 0.000.990.89   0.00
XYZ41.104421.19813.0238
Yxy21.19810.62920.3245
Hunter Lab46.041478.787128.3351
CIE-Lab53.165679.983958.6852

#fe021c color RGB value is (254,2,28).

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

The process color (four color CMYK) of #fe021c color hex is 0.00, 0.99, 0.89, 0.00. Web safe color of #fe021c is #ff0033. Color #fe021c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000010 00011100
Octal 376 2 34
Decimal 254 2 28
Hex FE 2 1C

RGB Percentages of Color #fe021c

%89.44
%0.70
%9.86

CMYK Percentages of Color #fe021c

%0
%99
%89
%0

Triadic Colors of #fe021c

#fe021c #1cfe02 #021cfe

Analogous Colors of #fe021c

#fe021c #fe6602 #fe029a

Monochromatic Colors of #fe021c

#fe021c

Complementary Color

#fe021c #02fee4

#fe021c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe021c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe021c Color CSS Codes

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

#fe021c Text Font Color

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

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


#fe021c Background Color

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

This div background color is #fe021c


#fe021c Border Color

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

This div border color is #fe021c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe021c


Comments

No comments written yet.

Please login to write comment.