Color Hex Logo

#fc376d Color Hex

#FC376D
(252,55,109)
0 Favorites   0 Comments

Color spaces of #fc376d

RGB 25255109
HSL0.950.970.60
HSV344°78°99°
CMYK 0.000.780.57   0.01
XYZ44.271424.532016.8698
Yxy24.53200.51670.2863
Hunter Lab49.529872.872214.4767
CIE-Lab56.616674.580817.7822

#fc376d color RGB value is (252,55,109).

#fc376d hex color red value is 252, green value is 55 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fc376d hue: 0.95 , saturation: 0.97 and the lightness value of fc376d is 0.60.

The process color (four color CMYK) of #fc376d color hex is 0.00, 0.78, 0.57, 0.01. Web safe color of #fc376d is #ff3366. Color #fc376d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 01101101
Octal 374 67 155
Decimal 252 55 109
Hex FC 37 6D

RGB Percentages of Color #fc376d

%60.58
%13.22
%26.20

CMYK Percentages of Color #fc376d

%0
%78
%57
%1

Triadic Colors of #fc376d

#fc376d #6dfc37 #376dfc

Analogous Colors of #fc376d

#fc376d #fc6437 #fc37d0

Monochromatic Colors of #fc376d

#fc376d

Complementary Color

#fc376d #37fcc6

#fc376d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc376d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc376d Color CSS Codes

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

#fc376d Text Font Color

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

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


#fc376d Background Color

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

This div background color is #fc376d


#fc376d Border Color

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

This div border color is #fc376d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc376d


Comments

No comments written yet.

Please login to write comment.