Color Hex Logo

#fc7e5e Color Hex

#FC7E5E
(252,126,94)
0 Favorites   0 Comments

Color spaces of #fc7e5e

RGB 25212694
HSL0.030.960.68
HSV12°63°99°
CMYK 0.000.500.63   0.01
XYZ49.626136.425315.0049
Yxy36.42530.49110.3604
Hunter Lab60.353441.154827.5068
CIE-Lab66.843645.534139.5289

#fc7e5e color RGB value is (252,126,94).

#fc7e5e hex color red value is 252, green value is 126 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fc7e5e hue: 0.03 , saturation: 0.96 and the lightness value of fc7e5e is 0.68.

The process color (four color CMYK) of #fc7e5e color hex is 0.00, 0.50, 0.63, 0.01. Web safe color of #fc7e5e is #ff6666. Color #fc7e5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111110 01011110
Octal 374 176 136
Decimal 252 126 94
Hex FC 7E 5E

RGB Percentages of Color #fc7e5e

%53.39
%26.69
%19.92

CMYK Percentages of Color #fc7e5e

%0
%50
%63
%1

Triadic Colors of #fc7e5e

#fc7e5e #5efc7e #7e5efc

Analogous Colors of #fc7e5e

#fc7e5e #fccd5e #fc5e8d

Monochromatic Colors of #fc7e5e

#fc7e5e

Complementary Color

#fc7e5e #5edcfc

#fc7e5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7e5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7e5e Color CSS Codes

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

#fc7e5e Text Font Color

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

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


#fc7e5e Background Color

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

This div background color is #fc7e5e


#fc7e5e Border Color

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

This div border color is #fc7e5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,126,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc7e5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc7e5e;
  -webkit-box-shadow: 1px 1px 3px 2px #fc7e5e;
  box-shadow:         1px 1px 3px 2px #fc7e5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,126,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7e5e


Comments

No comments written yet.

Please login to write comment.