Color Hex Logo

#fc114d Color Hex

#FC114D
(252,17,77)
0 Favorites   0 Comments

Color spaces of #fc114d

RGB 2521777
HSL0.960.980.53
HSV345°93°99°
CMYK 0.000.930.69   0.01
XYZ41.684921.63228.9996
Yxy21.63220.57640.2991
Hunter Lab46.510478.587121.0849
CIE-Lab53.634679.734232.9396

#fc114d color RGB value is (252,17,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010001 01001101
Octal 374 21 115
Decimal 252 17 77
Hex FC 11 4D

RGB Percentages of Color #fc114d

%72.83
%4.91
%22.25

CMYK Percentages of Color #fc114d

%0
%93
%69
%1

Triadic Colors of #fc114d

#fc114d #4dfc11 #114dfc

Analogous Colors of #fc114d

#fc114d #fc4b11 #fc11c3

Monochromatic Colors of #fc114d

#fc114d

Complementary Color

#fc114d #11fcc0

#fc114d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc114d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc114d Color CSS Codes

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

#fc114d Text Font Color

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

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


#fc114d Background Color

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

This div background color is #fc114d


#fc114d Border Color

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

This div border color is #fc114d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc114d

Related Colors


Comments

No comments written yet.

Please login to write comment.