Color Hex Logo

#fc2976 Color Hex

#FC2976
(252,41,118)
0 Favorites   0 Comments

Color spaces of #fc2976

RGB 25241118
HSL0.940.970.57
HSV338°84°99°
CMYK 0.000.840.53   0.01
XYZ44.207823.589319.3627
Yxy23.58930.50720.2706
Hunter Lab48.568877.477010.3613
CIE-Lab55.674278.456911.1075

#fc2976 color RGB value is (252,41,118).

#fc2976 hex color red value is 252, green value is 41 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fc2976 hue: 0.94 , saturation: 0.97 and the lightness value of fc2976 is 0.57.

The process color (four color CMYK) of #fc2976 color hex is 0.00, 0.84, 0.53, 0.01. Web safe color of #fc2976 is #ff3366. Color #fc2976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 01110110
Octal 374 51 166
Decimal 252 41 118
Hex FC 29 76

RGB Percentages of Color #fc2976

%61.31
%9.98
%28.71

CMYK Percentages of Color #fc2976

%0
%84
%53
%1

Triadic Colors of #fc2976

#fc2976 #76fc29 #2976fc

Analogous Colors of #fc2976

#fc2976 #fc4529 #fc29e0

Monochromatic Colors of #fc2976

#fc2976

Complementary Color

#fc2976 #29fcaf

#fc2976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2976 Color CSS Codes

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

#fc2976 Text Font Color

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

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


#fc2976 Background Color

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

This div background color is #fc2976


#fc2976 Border Color

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

This div border color is #fc2976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2976

Related Colors


Comments

No comments written yet.

Please login to write comment.