Color Hex Logo

#fc053c Color Hex

#FC053C
(252,5,60)
0 Favorites   0 Comments

Color spaces of #fc053c

RGB 252560
HSL0.960.980.50
HSV347°98°99°
CMYK 0.000.980.76   0.01
XYZ41.014821.13026.1918
Yxy21.13020.60020.3092
Hunter Lab45.967678.824224.1910
CIE-Lab53.091780.027642.2137

#fc053c color RGB value is (252,5,60).

#fc053c hex color red value is 252, green value is 5 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fc053c hue: 0.96 , saturation: 0.98 and the lightness value of fc053c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000101 00111100
Octal 374 5 74
Decimal 252 5 60
Hex FC 5 3C

RGB Percentages of Color #fc053c

%79.50
%1.58
%18.93

CMYK Percentages of Color #fc053c

%0
%98
%76
%1

Triadic Colors of #fc053c

#fc053c #3cfc05 #053cfc

Analogous Colors of #fc053c

#fc053c #fc4905 #fc05b8

Monochromatic Colors of #fc053c

#fc053c

Complementary Color

#fc053c #05fcc5

#fc053c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc053c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc053c Color CSS Codes

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

#fc053c Text Font Color

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

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


#fc053c Background Color

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

This div background color is #fc053c


#fc053c Border Color

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

This div border color is #fc053c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc053c


Comments

No comments written yet.

Please login to write comment.