Color Hex Logo

#fc132b Color Hex

#FC132B
(252,19,43)
0 Favorites   0 Comments

Color spaces of #fc132b

RGB 2521943
HSL0.980.970.53
HSV354°92°99°
CMYK 0.000.920.83   0.01
XYZ40.813821.33564.2526
Yxy21.33560.61460.3213
Hunter Lab46.190576.888926.8747
CIE-Lab53.314878.447551.6513

#fc132b color RGB value is (252,19,43).

#fc132b hex color red value is 252, green value is 19 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fc132b hue: 0.98 , saturation: 0.97 and the lightness value of fc132b is 0.53.

The process color (four color CMYK) of #fc132b color hex is 0.00, 0.92, 0.83, 0.01. Web safe color of #fc132b is #ff0033. Color #fc132b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 00101011
Octal 374 23 53
Decimal 252 19 43
Hex FC 13 2B

RGB Percentages of Color #fc132b

%80.25
%6.05
%13.69

CMYK Percentages of Color #fc132b

%0
%92
%83
%1

Triadic Colors of #fc132b

#fc132b #2bfc13 #132bfc

Analogous Colors of #fc132b

#fc132b #fc7013 #fc13a0

Monochromatic Colors of #fc132b

#fc132b

Complementary Color

#fc132b #13fce4

#fc132b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc132b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc132b Color CSS Codes

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

#fc132b Text Font Color

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

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


#fc132b Background Color

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

This div background color is #fc132b


#fc132b Border Color

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

This div border color is #fc132b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc132b


Comments

No comments written yet.

Please login to write comment.