Color Hex Logo

#fc173c Color Hex

#FC173C
(252,23,60)
0 Favorites   0 Comments

Color spaces of #fc173c

RGB 2522360
HSL0.970.970.54
HSV350°91°99°
CMYK 0.000.910.76   0.01
XYZ41.266921.63456.2758
Yxy21.63450.59650.3127
Hunter Lab46.512976.970124.5593
CIE-Lab53.637078.449642.8077

#fc173c color RGB value is (252,23,60).

#fc173c hex color red value is 252, green value is 23 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fc173c hue: 0.97 , saturation: 0.97 and the lightness value of fc173c is 0.54.

The process color (four color CMYK) of #fc173c color hex is 0.00, 0.91, 0.76, 0.01. Web safe color of #fc173c is #ff0033. Color #fc173c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 00111100
Octal 374 27 74
Decimal 252 23 60
Hex FC 17 3C

RGB Percentages of Color #fc173c

%75.22
%6.87
%17.91

CMYK Percentages of Color #fc173c

%0
%91
%76
%1

Triadic Colors of #fc173c

#fc173c #3cfc17 #173cfc

Analogous Colors of #fc173c

#fc173c #fc6517 #fc17af

Monochromatic Colors of #fc173c

#fc173c

Complementary Color

#fc173c #17fcd7

#fc173c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc173c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc173c Color CSS Codes

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

#fc173c Text Font Color

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

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


#fc173c Background Color

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

This div background color is #fc173c


#fc173c Border Color

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

This div border color is #fc173c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc173c


Comments

No comments written yet.

Please login to write comment.