Color Hex Logo

#fc003b Color Hex

#FC003B
(252,0,59)
0 Favorites   0 Comments

Color spaces of #fc003b

RGB 252059
HSL0.961.000.49
HSV346°100°99°
CMYK 0.001.000.77   0.01
XYZ40.934321.01126.0358
Yxy21.01120.60210.3091
Hunter Lab45.838079.187924.2795
CIE-Lab52.961880.340442.6411

#fc003b color RGB value is (252,0,59).

#fc003b hex color red value is 252, green value is 0 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fc003b hue: 0.96 , saturation: 1.00 and the lightness value of fc003b is 0.49.

The process color (four color CMYK) of #fc003b color hex is 0.00, 1.00, 0.77, 0.01. Web safe color of #fc003b is #ff0033. Color #fc003b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 00111011
Octal 374 0 73
Decimal 252 0 59
Hex FC 0 3B

RGB Percentages of Color #fc003b

%81.03
%0.00
%18.97

CMYK Percentages of Color #fc003b

%0
%100
%77
%1

Triadic Colors of #fc003b

#fc003b #3bfc00 #003bfc

Analogous Colors of #fc003b

#fc003b #fc4300 #fc00b9

Monochromatic Colors of #fc003b

#fc003b

Complementary Color

#fc003b #00fcc1

#fc003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc003b Color CSS Codes

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

#fc003b Text Font Color

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

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


#fc003b Background Color

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

This div background color is #fc003b


#fc003b Border Color

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

This div border color is #fc003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc003b


Comments

No comments written yet.

Please login to write comment.