Color Hex Logo

#fc8870 Color Hex

#FC8870
(252,136,112)
0 Favorites   0 Comments

Color spaces of #fc8870

RGB 252136112
HSL0.030.960.71
HSV10°56°99°
CMYK 0.000.460.56   0.01
XYZ51.873739.473620.2144
Yxy39.47360.46500.3538
Hunter Lab62.828037.428824.9035
CIE-Lab69.092941.827532.6178

#fc8870 color RGB value is (252,136,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001000 01110000
Octal 374 210 160
Decimal 252 136 112
Hex FC 88 70

RGB Percentages of Color #fc8870

%50.40
%27.20
%22.40

CMYK Percentages of Color #fc8870

%0
%46
%56
%1

Triadic Colors of #fc8870

#fc8870 #70fc88 #8870fc

Analogous Colors of #fc8870

#fc8870 #fcce70 #fc709e

Monochromatic Colors of #fc8870

#fc8870

Complementary Color

#fc8870 #70e4fc

#fc8870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8870 Color CSS Codes

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

#fc8870 Text Font Color

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

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


#fc8870 Background Color

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

This div background color is #fc8870


#fc8870 Border Color

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

This div border color is #fc8870


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,136,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 #fc8870">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8870


Comments

No comments written yet.

Please login to write comment.