Color Hex Logo

#fc064c Color Hex

#FC064C
(252,6,76)
0 Favorites   0 Comments

Color spaces of #fc064c

RGB 252676
HSL0.950.980.51
HSV343°98°99°
CMYK 0.000.980.70   0.01
XYZ41.514521.34758.7699
Yxy21.34750.57960.2980
Hunter Lab46.203479.529421.0885
CIE-Lab53.327780.538533.1582

#fc064c color RGB value is (252,6,76).

#fc064c hex color red value is 252, green value is 6 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fc064c hue: 0.95 , saturation: 0.98 and the lightness value of fc064c is 0.51.

The process color (four color CMYK) of #fc064c color hex is 0.00, 0.98, 0.70, 0.01. Web safe color of #fc064c is #ff0033. Color #fc064c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 01001100
Octal 374 6 114
Decimal 252 6 76
Hex FC 6 4C

RGB Percentages of Color #fc064c

%75.45
%1.80
%22.75

CMYK Percentages of Color #fc064c

%0
%98
%70
%1

Triadic Colors of #fc064c

#fc064c #4cfc06 #064cfc

Analogous Colors of #fc064c

#fc064c #fc3b06 #fc06c7

Monochromatic Colors of #fc064c

#fc064c

Complementary Color

#fc064c #06fcb6

#fc064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc064c Color CSS Codes

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

#fc064c Text Font Color

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

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


#fc064c Background Color

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

This div background color is #fc064c


#fc064c Border Color

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

This div border color is #fc064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc064c


Comments

No comments written yet.

Please login to write comment.