Color Hex Logo

#fc7178 Color Hex

#FC7178
(252,113,120)
0 Favorites   0 Comments

Color spaces of #fc7178

RGB 252113120
HSL0.990.960.72
HSV357°55°99°
CMYK 0.000.550.52   0.01
XYZ49.440233.861821.6995
Yxy33.86180.47090.3225
Hunter Lab58.190949.823318.6243
CIE-Lab64.852753.612222.5787

#fc7178 color RGB value is (252,113,120).

#fc7178 hex color red value is 252, green value is 113 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fc7178 hue: 0.99 , saturation: 0.96 and the lightness value of fc7178 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 01111000
Octal 374 161 170
Decimal 252 113 120
Hex FC 71 78

RGB Percentages of Color #fc7178

%51.96
%23.30
%24.74

CMYK Percentages of Color #fc7178

%0
%55
%52
%1

Triadic Colors of #fc7178

#fc7178 #78fc71 #7178fc

Analogous Colors of #fc7178

#fc7178 #fcb071 #fc71be

Monochromatic Colors of #fc7178

#fc7178

Complementary Color

#fc7178 #71fcf5

#fc7178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7178 Color CSS Codes

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

#fc7178 Text Font Color

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

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


#fc7178 Background Color

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

This div background color is #fc7178


#fc7178 Border Color

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

This div border color is #fc7178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7178

Related Colors


Comments

No comments written yet.

Please login to write comment.