Color Hex Logo

#fe614d Color Hex

#FE614D
(254,97,77)
0 Favorites   0 Comments

Color spaces of #fe614d

RGB 2549777
HSL0.020.990.65
HSV70°100°
CMYK 0.000.620.70   0.00
XYZ46.487330.156010.3917
Yxy30.15600.53410.3465
Hunter Lab54.914555.007027.2204
CIE-Lab61.788658.649142.7198

#fe614d color RGB value is (254,97,77).

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

The process color (four color CMYK) of #fe614d color hex is 0.00, 0.62, 0.70, 0.00. Web safe color of #fe614d is #ff6666. Color #fe614d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100001 01001101
Octal 376 141 115
Decimal 254 97 77
Hex FE 61 4D

RGB Percentages of Color #fe614d

%59.35
%22.66
%17.99

CMYK Percentages of Color #fe614d

%0
%62
%70
%0

Triadic Colors of #fe614d

#fe614d #4dfe61 #614dfe

Analogous Colors of #fe614d

#fe614d #feba4d #fe4d92

Monochromatic Colors of #fe614d

#fe614d

Complementary Color

#fe614d #4deafe

#fe614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe614d Color CSS Codes

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

#fe614d Text Font Color

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

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


#fe614d Background Color

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

This div background color is #fe614d


#fe614d Border Color

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

This div border color is #fe614d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe614d

Related Colors


Comments

No comments written yet.

Please login to write comment.