Color Hex Logo

#fc7270 Color Hex

#FC7270
(252,114,112)
0 Favorites   0 Comments

Color spaces of #fc7270

RGB 252114112
HSL0.000.960.71
HSV56°99°
CMYK 0.000.550.56   0.01
XYZ49.086833.899919.2854
Yxy33.89990.48000.3315
Hunter Lab58.223648.597321.1179
CIE-Lab64.883052.521127.1346

#fc7270 color RGB value is (252,114,112).

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

The process color (four color CMYK) of #fc7270 color hex is 0.00, 0.55, 0.56, 0.01. Web safe color of #fc7270 is #ff6666. Color #fc7270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110010 01110000
Octal 374 162 160
Decimal 252 114 112
Hex FC 72 70

RGB Percentages of Color #fc7270

%52.72
%23.85
%23.43

CMYK Percentages of Color #fc7270

%0
%55
%56
%1

Triadic Colors of #fc7270

#fc7270 #70fc72 #7270fc

Analogous Colors of #fc7270

#fc7270 #fcb870 #fc70b4

Monochromatic Colors of #fc7270

#fc7270

Complementary Color

#fc7270 #70fafc

#fc7270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7270 Color CSS Codes

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

#fc7270 Text Font Color

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

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


#fc7270 Background Color

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

This div background color is #fc7270


#fc7270 Border Color

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

This div border color is #fc7270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7270


Comments

No comments written yet.

Please login to write comment.