Color Hex Logo

#fc003d Color Hex

#FC003D
(252,0,61)
0 Favorites   0 Comments

Color spaces of #fc003d

RGB 252061
HSL0.961.000.49
HSV345°100°99°
CMYK 0.001.000.76   0.01
XYZ40.987221.03246.3143
Yxy21.03240.59980.3078
Hunter Lab45.861179.273023.9395
CIE-Lab52.984980.403041.5257

#fc003d color RGB value is (252,0,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 00111101
Octal 374 0 75
Decimal 252 0 61
Hex FC 0 3D

RGB Percentages of Color #fc003d

%80.51
%0.00
%19.49

CMYK Percentages of Color #fc003d

%0
%100
%76
%1

Triadic Colors of #fc003d

#fc003d #3dfc00 #003dfc

Analogous Colors of #fc003d

#fc003d #fc4100 #fc00bb

Monochromatic Colors of #fc003d

#fc003d

Complementary Color

#fc003d #00fcbf

#fc003d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc003d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc003d Color CSS Codes

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

#fc003d Text Font Color

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

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


#fc003d Background Color

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

This div background color is #fc003d


#fc003d Border Color

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

This div border color is #fc003d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc003d


Comments

No comments written yet.

Please login to write comment.