Color Hex Logo

#fe716c Color Hex

#FE716C
(254,113,108)
0 Favorites   0 Comments

Color spaces of #fe716c

RGB 254113108
HSL0.010.990.71
HSV57°100°
CMYK 0.000.560.57   0.00
XYZ49.485033.963818.1349
Yxy33.96380.48710.3343
Hunter Lab58.278549.579322.3453
CIE-Lab64.933853.384029.5016

#fe716c color RGB value is (254,113,108).

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

The process color (four color CMYK) of #fe716c color hex is 0.00, 0.56, 0.57, 0.00. Web safe color of #fe716c is #ff6666. Color #fe716c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 01101100
Octal 376 161 154
Decimal 254 113 108
Hex FE 71 6C

RGB Percentages of Color #fe716c

%53.47
%23.79
%22.74

CMYK Percentages of Color #fe716c

%0
%56
%57
%0

Triadic Colors of #fe716c

#fe716c #6cfe71 #716cfe

Analogous Colors of #fe716c

#fe716c #feba6c #fe6cb0

Monochromatic Colors of #fe716c

#fe716c

Complementary Color

#fe716c #6cf9fe

#fe716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe716c Color CSS Codes

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

#fe716c Text Font Color

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

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


#fe716c Background Color

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

This div background color is #fe716c


#fe716c Border Color

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

This div border color is #fe716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe716c


Comments

No comments written yet.

Please login to write comment.