Color Hex Logo

#fe063a Color Hex

#FE063A
(254,6,58)
0 Favorites   0 Comments

Color spaces of #fe063a

RGB 254658
HSL0.970.990.51
HSV347°98°100°
CMYK 0.000.980.77   0.00
XYZ41.701921.50665.9562
Yxy21.50660.60290.3109
Hunter Lab46.375279.355624.8477
CIE-Lab53.499580.367943.9050

#fe063a color RGB value is (254,6,58).

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

The process color (four color CMYK) of #fe063a color hex is 0.00, 0.98, 0.77, 0.00. Web safe color of #fe063a is #ff0033. Color #fe063a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000110 00111010
Octal 376 6 72
Decimal 254 6 58
Hex FE 6 3A

RGB Percentages of Color #fe063a

%79.87
%1.89
%18.24

CMYK Percentages of Color #fe063a

%0
%98
%77
%0

Triadic Colors of #fe063a

#fe063a #3afe06 #063afe

Analogous Colors of #fe063a

#fe063a #fe4e06 #fe06b6

Monochromatic Colors of #fe063a

#fe063a

Complementary Color

#fe063a #06feca

#fe063a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe063a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe063a Color CSS Codes

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

#fe063a Text Font Color

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

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


#fe063a Background Color

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

This div background color is #fe063a


#fe063a Border Color

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

This div border color is #fe063a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe063a

Related Colors


Comments

No comments written yet.

Please login to write comment.