Color Hex Logo

#fe584e Color Hex

#FE584E
(254,88,78)
0 Favorites   0 Comments

Color spaces of #fe584e

RGB 2548878
HSL0.010.990.65
HSV69°100°
CMYK 0.000.650.69   0.00
XYZ45.737928.600310.3175
Yxy28.60030.54030.3378
Hunter Lab53.479259.072725.9969
CIE-Lab60.427262.388640.5907

#fe584e color RGB value is (254,88,78).

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

The process color (four color CMYK) of #fe584e color hex is 0.00, 0.65, 0.69, 0.00. Web safe color of #fe584e is #ff6666. Color #fe584e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011000 01001110
Octal 376 130 116
Decimal 254 88 78
Hex FE 58 4E

RGB Percentages of Color #fe584e

%60.48
%20.95
%18.57

CMYK Percentages of Color #fe584e

%0
%65
%69
%0

Triadic Colors of #fe584e

#fe584e #4efe58 #584efe

Analogous Colors of #fe584e

#fe584e #feb04e #fe4e9c

Monochromatic Colors of #fe584e

#fe584e

Complementary Color

#fe584e #4ef4fe

#fe584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe584e Color CSS Codes

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

#fe584e Text Font Color

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

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


#fe584e Background Color

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

This div background color is #fe584e


#fe584e Border Color

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

This div border color is #fe584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe584e


Comments

No comments written yet.

Please login to write comment.