Color Hex Logo

#fe463b Color Hex

#FE463B
(254,70,59)
0 Favorites   0 Comments

Color spaces of #fe463b

RGB 2547059
HSL0.010.990.61
HSV77°100°
CMYK 0.000.720.77   0.00
XYZ43.852625.76696.7999
Yxy25.76690.57380.3372
Hunter Lab50.761165.374527.5904
CIE-Lab57.815168.188547.9180

#fe463b color RGB value is (254,70,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 00111011
Octal 376 106 73
Decimal 254 70 59
Hex FE 46 3B

RGB Percentages of Color #fe463b

%66.32
%18.28
%15.40

CMYK Percentages of Color #fe463b

%0
%72
%77
%0

Triadic Colors of #fe463b

#fe463b #3bfe46 #463bfe

Analogous Colors of #fe463b

#fe463b #fea83b #fe3b92

Monochromatic Colors of #fe463b

#fe463b

Complementary Color

#fe463b #3bf3fe

#fe463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe463b Color CSS Codes

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

#fe463b Text Font Color

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

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


#fe463b Background Color

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

This div background color is #fe463b


#fe463b Border Color

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

This div border color is #fe463b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe463b

Related Colors


Comments

No comments written yet.

Please login to write comment.