Color Hex Logo

#fc323f Color Hex

#FC323F
(252,50,63)
0 Favorites   0 Comments

Color spaces of #fc323f

RGB 2525063
HSL0.990.970.59
HSV356°80°99°
CMYK 0.000.800.75   0.01
XYZ42.182723.33556.9836
Yxy23.33550.58180.3219
Hunter Lab48.306871.333625.2434
CIE-Lab55.416273.560843.0738

#fc323f color RGB value is (252,50,63).

#fc323f hex color red value is 252, green value is 50 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fc323f hue: 0.99 , saturation: 0.97 and the lightness value of fc323f is 0.59.

The process color (four color CMYK) of #fc323f color hex is 0.00, 0.80, 0.75, 0.01. Web safe color of #fc323f is #ff3333. Color #fc323f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 00111111
Octal 374 62 77
Decimal 252 50 63
Hex FC 32 3F

RGB Percentages of Color #fc323f

%69.04
%13.70
%17.26

CMYK Percentages of Color #fc323f

%0
%80
%75
%1

Triadic Colors of #fc323f

#fc323f #3ffc32 #323ffc

Analogous Colors of #fc323f

#fc323f #fc8a32 #fc32a4

Monochromatic Colors of #fc323f

#fc323f

Complementary Color

#fc323f #32fcef

#fc323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc323f Color CSS Codes

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

#fc323f Text Font Color

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

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


#fc323f Background Color

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

This div background color is #fc323f


#fc323f Border Color

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

This div border color is #fc323f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc323f


Comments

No comments written yet.

Please login to write comment.