Color Hex Logo

#fc003e Color Hex

#FC003E
(252,0,62)
0 Favorites   0 Comments

Color spaces of #fc003e

RGB 252062
HSL0.961.000.49
HSV345°100°99°
CMYK 0.001.000.75   0.01
XYZ41.014421.04326.4575
Yxy21.04320.59860.3071
Hunter Lab45.872979.317323.7648
CIE-Lab52.996780.435740.9653

#fc003e color RGB value is (252,0,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 00111110
Octal 374 0 76
Decimal 252 0 62
Hex FC 0 3E

RGB Percentages of Color #fc003e

%80.25
%0.00
%19.75

CMYK Percentages of Color #fc003e

%0
%100
%75
%1

Triadic Colors of #fc003e

#fc003e #3efc00 #003efc

Analogous Colors of #fc003e

#fc003e #fc4000 #fc00bc

Monochromatic Colors of #fc003e

#fc003e

Complementary Color

#fc003e #00fcbe

#fc003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc003e Color CSS Codes

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

#fc003e Text Font Color

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

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


#fc003e Background Color

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

This div background color is #fc003e


#fc003e Border Color

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

This div border color is #fc003e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,0,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 #fc003e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc003e


Comments

No comments written yet.

Please login to write comment.