Color Hex Logo

#fc7376 Color Hex

#FC7376
(252,115,118)
0 Favorites   0 Comments

Color spaces of #fc7376

RGB 252115118
HSL1.000.960.72
HSV359°54°99°
CMYK 0.000.540.53   0.01
XYZ49.545634.264921.1420
Yxy34.26490.47210.3265
Hunter Lab58.536248.645619.5611
CIE-Lab65.172352.520324.1389

#fc7376 color RGB value is (252,115,118).

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

The process color (four color CMYK) of #fc7376 color hex is 0.00, 0.54, 0.53, 0.01. Web safe color of #fc7376 is #ff6666. Color #fc7376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 01110110
Octal 374 163 166
Decimal 252 115 118
Hex FC 73 76

RGB Percentages of Color #fc7376

%51.96
%23.71
%24.33

CMYK Percentages of Color #fc7376

%0
%54
%53
%1

Triadic Colors of #fc7376

#fc7376 #76fc73 #7376fc

Analogous Colors of #fc7376

#fc7376 #fcb573 #fc73bb

Monochromatic Colors of #fc7376

#fc7376

Complementary Color

#fc7376 #73fcf9

#fc7376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7376 Color CSS Codes

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

#fc7376 Text Font Color

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

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


#fc7376 Background Color

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

This div background color is #fc7376


#fc7376 Border Color

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

This div border color is #fc7376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7376

Related Colors


Comments

No comments written yet.

Please login to write comment.