Color Hex Logo

#fc8977 Color Hex

#FC8977
(252,137,119)
0 Favorites   0 Comments

Color spaces of #fc8977

RGB 252137119
HSL0.020.960.73
HSV53°99°
CMYK 0.000.460.53   0.01
XYZ52.420339.918722.3950
Yxy39.91870.45690.3479
Hunter Lab63.181237.530923.2112
CIE-Lab69.411641.884229.2038

#fc8977 color RGB value is (252,137,119).

#fc8977 hex color red value is 252, green value is 137 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fc8977 hue: 0.02 , saturation: 0.96 and the lightness value of fc8977 is 0.73.

The process color (four color CMYK) of #fc8977 color hex is 0.00, 0.46, 0.53, 0.01. Web safe color of #fc8977 is #ff9966. Color #fc8977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 01110111
Octal 374 211 167
Decimal 252 137 119
Hex FC 89 77

RGB Percentages of Color #fc8977

%49.61
%26.97
%23.43

CMYK Percentages of Color #fc8977

%0
%46
%53
%1

Triadic Colors of #fc8977

#fc8977 #77fc89 #8977fc

Analogous Colors of #fc8977

#fc8977 #fccc77 #fc77a8

Monochromatic Colors of #fc8977

#fc8977

Complementary Color

#fc8977 #77eafc

#fc8977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8977 Color CSS Codes

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

#fc8977 Text Font Color

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

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


#fc8977 Background Color

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

This div background color is #fc8977


#fc8977 Border Color

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

This div border color is #fc8977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8977

#fc8977 Color Palettes


Comments

No comments written yet.

Please login to write comment.