Color Hex Logo

#fe463e Color Hex

#FE463E
(254,70,62)
0 Favorites   0 Comments

Color spaces of #fe463e

RGB 2547062
HSL0.010.990.62
HSV76°100°
CMYK 0.000.720.76   0.00
XYZ43.932725.79897.2216
Yxy25.79890.57090.3353
Hunter Lab50.792665.505227.1251
CIE-Lab57.845768.292046.3631

#fe463e color RGB value is (254,70,62).

#fe463e hex color red value is 254, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fe463e hue: 0.01 , saturation: 0.99 and the lightness value of fe463e is 0.62.

The process color (four color CMYK) of #fe463e color hex is 0.00, 0.72, 0.76, 0.00. Web safe color of #fe463e is #ff3333. Color #fe463e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 00111110
Octal 376 106 76
Decimal 254 70 62
Hex FE 46 3E

RGB Percentages of Color #fe463e

%65.80
%18.13
%16.06

CMYK Percentages of Color #fe463e

%0
%72
%76
%0

Triadic Colors of #fe463e

#fe463e #3efe46 #463efe

Analogous Colors of #fe463e

#fe463e #fea63e #fe3e96

Monochromatic Colors of #fe463e

#fe463e

Complementary Color

#fe463e #3ef6fe

#fe463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe463e Color CSS Codes

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

#fe463e Text Font Color

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

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


#fe463e Background Color

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

This div background color is #fe463e


#fe463e Border Color

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

This div border color is #fe463e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe463e


Comments

No comments written yet.

Please login to write comment.