Color Hex Logo

#fc323e Color Hex

#FC323E
(252,50,62)
0 Favorites   0 Comments

Color spaces of #fc323e

RGB 2525062
HSL0.990.970.59
HSV356°80°99°
CMYK 0.000.800.75   0.01
XYZ42.155023.32456.8377
Yxy23.32450.58290.3225
Hunter Lab48.295471.287925.4125
CIE-Lab55.405073.525743.6159

#fc323e color RGB value is (252,50,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 00111110
Octal 374 62 76
Decimal 252 50 62
Hex FC 32 3E

RGB Percentages of Color #fc323e

%69.23
%13.74
%17.03

CMYK Percentages of Color #fc323e

%0
%80
%75
%1

Triadic Colors of #fc323e

#fc323e #3efc32 #323efc

Analogous Colors of #fc323e

#fc323e #fc8b32 #fc32a3

Monochromatic Colors of #fc323e

#fc323e

Complementary Color

#fc323e #32fcf0

#fc323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc323e Color CSS Codes

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

#fc323e Text Font Color

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

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


#fc323e Background Color

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

This div background color is #fc323e


#fc323e Border Color

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

This div border color is #fc323e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc323e


Comments

No comments written yet.

Please login to write comment.