Color Hex Logo

#fe413a Color Hex

#FE413A
(254,65,58)
0 Favorites   0 Comments

Color spaces of #fe413a

RGB 2546558
HSL0.010.990.61
HSV77°100°
CMYK 0.000.740.77   0.00
XYZ43.527125.15696.5646
Yxy25.15690.57840.3343
Hunter Lab50.156767.132327.3497
CIE-Lab57.228069.761047.8317

#fe413a color RGB value is (254,65,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 00111010
Octal 376 101 72
Decimal 254 65 58
Hex FE 41 3A

RGB Percentages of Color #fe413a

%67.37
%17.24
%15.38

CMYK Percentages of Color #fe413a

%0
%74
%77
%0

Triadic Colors of #fe413a

#fe413a #3afe41 #413afe

Analogous Colors of #fe413a

#fe413a #fea33a #fe3a95

Monochromatic Colors of #fe413a

#fe413a

Complementary Color

#fe413a #3af7fe

#fe413a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe413a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe413a Color CSS Codes

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

#fe413a Text Font Color

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

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


#fe413a Background Color

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

This div background color is #fe413a


#fe413a Border Color

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

This div border color is #fe413a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe413a


Comments

No comments written yet.

Please login to write comment.