Color Hex Logo

#fc8170 Color Hex

#FC8170
(252,129,112)
0 Favorites   0 Comments

Color spaces of #fc8170

RGB 252129112
HSL0.020.960.71
HSV56°99°
CMYK 0.000.490.56   0.01
XYZ50.919837.565819.8964
Yxy37.56580.46980.3466
Hunter Lab61.290941.036623.6568
CIE-Lab67.699445.314230.8165

#fc8170 color RGB value is (252,129,112).

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

The process color (four color CMYK) of #fc8170 color hex is 0.00, 0.49, 0.56, 0.01. Web safe color of #fc8170 is #ff9966. Color #fc8170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 01110000
Octal 374 201 160
Decimal 252 129 112
Hex FC 81 70

RGB Percentages of Color #fc8170

%51.12
%26.17
%22.72

CMYK Percentages of Color #fc8170

%0
%49
%56
%1

Triadic Colors of #fc8170

#fc8170 #70fc81 #8170fc

Analogous Colors of #fc8170

#fc8170 #fcc770 #fc70a5

Monochromatic Colors of #fc8170

#fc8170

Complementary Color

#fc8170 #70ebfc

#fc8170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8170 Color CSS Codes

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

#fc8170 Text Font Color

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

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


#fc8170 Background Color

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

This div background color is #fc8170


#fc8170 Border Color

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

This div border color is #fc8170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8170

Related Colors


Comments

No comments written yet.

Please login to write comment.