Color Hex Logo

#fc0444 Color Hex

#FC0444
(252,4,68)
0 Favorites   0 Comments

Color spaces of #fc0444

RGB 252468
HSL0.960.980.50
HSV345°98°99°
CMYK 0.000.980.73   0.01
XYZ41.231721.19967.3876
Yxy21.19960.59060.3036
Hunter Lab46.043079.272122.7170
CIE-Lab53.167380.366837.6813

#fc0444 color RGB value is (252,4,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000100 01000100
Octal 374 4 104
Decimal 252 4 68
Hex FC 4 44

RGB Percentages of Color #fc0444

%77.78
%1.23
%20.99

CMYK Percentages of Color #fc0444

%0
%98
%73
%1

Triadic Colors of #fc0444

#fc0444 #44fc04 #0444fc

Analogous Colors of #fc0444

#fc0444 #fc4004 #fc04c0

Monochromatic Colors of #fc0444

#fc0444

Complementary Color

#fc0444 #04fcbc

#fc0444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0444 Color CSS Codes

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

#fc0444 Text Font Color

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

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


#fc0444 Background Color

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

This div background color is #fc0444


#fc0444 Border Color

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

This div border color is #fc0444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0444

Related Colors


Comments

No comments written yet.

Please login to write comment.