Color Hex Logo

#fc9070 Color Hex

#FC9070
(252,144,112)
0 Favorites   0 Comments

Color spaces of #fc9070

RGB 252144112
HSL0.040.960.71
HSV14°56°99°
CMYK 0.000.430.56   0.01
XYZ53.042841.811820.6041
Yxy41.81180.45940.3621
Hunter Lab64.662033.266426.3711
CIE-Lab70.741037.770834.7307

#fc9070 color RGB value is (252,144,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 01110000
Octal 374 220 160
Decimal 252 144 112
Hex FC 90 70

RGB Percentages of Color #fc9070

%49.61
%28.35
%22.05

CMYK Percentages of Color #fc9070

%0
%43
%56
%1

Triadic Colors of #fc9070

#fc9070 #70fc90 #9070fc

Analogous Colors of #fc9070

#fc9070 #fcd670 #fc7096

Monochromatic Colors of #fc9070

#fc9070

Complementary Color

#fc9070 #70dcfc

#fc9070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9070 Color CSS Codes

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

#fc9070 Text Font Color

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

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


#fc9070 Background Color

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

This div background color is #fc9070


#fc9070 Border Color

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

This div border color is #fc9070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9070


Comments

No comments written yet.

Please login to write comment.