Color Hex Logo

#fe494d Color Hex

#FE494D
(254,73,77)
0 Favorites   0 Comments

Color spaces of #fe494d

RGB 2547377
HSL1.000.990.64
HSV359°71°100°
CMYK 0.000.710.70   0.00
XYZ44.595126.37179.7610
Yxy26.37170.55240.3267
Hunter Lab51.353465.140424.6778
CIE-Lab58.388267.886838.7449

#fe494d color RGB value is (254,73,77).

#fe494d hex color red value is 254, green value is 73 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fe494d hue: 1.00 , saturation: 0.99 and the lightness value of fe494d is 0.64.

The process color (four color CMYK) of #fe494d color hex is 0.00, 0.71, 0.70, 0.00. Web safe color of #fe494d is #ff3366. Color #fe494d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 01001101
Octal 376 111 115
Decimal 254 73 77
Hex FE 49 4D

RGB Percentages of Color #fe494d

%62.87
%18.07
%19.06

CMYK Percentages of Color #fe494d

%0
%71
%70
%0

Triadic Colors of #fe494d

#fe494d #4dfe49 #494dfe

Analogous Colors of #fe494d

#fe494d #fea049 #fe49a8

Monochromatic Colors of #fe494d

#fe494d

Complementary Color

#fe494d #49fefa

#fe494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe494d Color CSS Codes

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

#fe494d Text Font Color

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

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


#fe494d Background Color

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

This div background color is #fe494d


#fe494d Border Color

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

This div border color is #fe494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe494d

Related Colors


Comments

No comments written yet.

Please login to write comment.