Color Hex Logo

#fe715c Color Hex

#FE715C
(254,113,92)
0 Favorites   0 Comments

Color spaces of #fe715c

RGB 25411392
HSL0.020.990.68
HSV64°100°
CMYK 0.000.560.64   0.00
XYZ48.709933.653814.0537
Yxy33.65380.50520.3490
Hunter Lab58.011948.357426.2450
CIE-Lab64.686852.337538.0411

#fe715c color RGB value is (254,113,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110001 01011100
Octal 376 161 134
Decimal 254 113 92
Hex FE 71 5C

RGB Percentages of Color #fe715c

%55.34
%24.62
%20.04

CMYK Percentages of Color #fe715c

%0
%56
%64
%0

Triadic Colors of #fe715c

#fe715c #5cfe71 #715cfe

Analogous Colors of #fe715c

#fe715c #fec25c #fe5c98

Monochromatic Colors of #fe715c

#fe715c

Complementary Color

#fe715c #5ce9fe

#fe715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe715c Color CSS Codes

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

#fe715c Text Font Color

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

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


#fe715c Background Color

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

This div background color is #fe715c


#fe715c Border Color

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

This div border color is #fe715c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe715c


Comments

No comments written yet.

Please login to write comment.