Color Hex Logo

#fe464e Color Hex

#FE464E
(254,70,78)
0 Favorites   0 Comments

Color spaces of #fe464e

RGB 2547078
HSL0.990.990.64
HSV357°72°100°
CMYK 0.000.720.69   0.00
XYZ44.438426.00129.8843
Yxy26.00120.55320.3237
Hunter Lab50.991466.325824.2010
CIE-Lab58.038268.939837.7661

#fe464e color RGB value is (254,70,78).

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

The process color (four color CMYK) of #fe464e color hex is 0.00, 0.72, 0.69, 0.00. Web safe color of #fe464e is #ff3366. Color #fe464e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 01001110
Octal 376 106 116
Decimal 254 70 78
Hex FE 46 4E

RGB Percentages of Color #fe464e

%63.18
%17.41
%19.40

CMYK Percentages of Color #fe464e

%0
%72
%69
%0

Triadic Colors of #fe464e

#fe464e #4efe46 #464efe

Analogous Colors of #fe464e

#fe464e #fe9a46 #fe46aa

Monochromatic Colors of #fe464e

#fe464e

Complementary Color

#fe464e #46fef6

#fe464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe464e Color CSS Codes

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

#fe464e Text Font Color

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

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


#fe464e Background Color

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

This div background color is #fe464e


#fe464e Border Color

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

This div border color is #fe464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe464e


Comments

No comments written yet.

Please login to write comment.