Color Hex Logo

#fc004d Color Hex

#FC004D
(252,0,77)
0 Favorites   0 Comments

Color spaces of #fc004d

RGB 252077
HSL0.951.000.49
HSV342°100°99°
CMYK 0.001.000.69   0.01
XYZ41.484421.23138.9327
Yxy21.23130.57900.2963
Hunter Lab46.077480.071520.7601
CIE-Lab53.201780.989932.4097

#fc004d color RGB value is (252,0,77).

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

The process color (four color CMYK) of #fc004d color hex is 0.00, 1.00, 0.69, 0.01. Web safe color of #fc004d is #ff0066. Color #fc004d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 01001101
Octal 374 0 115
Decimal 252 0 77
Hex FC 0 4D

RGB Percentages of Color #fc004d

%76.60
%0.00
%23.40

CMYK Percentages of Color #fc004d

%0
%100
%69
%1

Triadic Colors of #fc004d

#fc004d #4dfc00 #004dfc

Analogous Colors of #fc004d

#fc004d #fc3100 #fc00cb

Monochromatic Colors of #fc004d

#fc004d

Complementary Color

#fc004d #00fcaf

#fc004d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc004d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc004d Color CSS Codes

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

#fc004d Text Font Color

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

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


#fc004d Background Color

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

This div background color is #fc004d


#fc004d Border Color

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

This div border color is #fc004d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc004d


Comments

No comments written yet.

Please login to write comment.