color codes Logo

#fc064d color codes

#FC064D
(252,6,77)
0 Favorites   0 Comments

Color spaces of #fc064d

RGB 252677
HSL0.950.980.51
HSV343°98°99°
CMYK 0.000.980.69   0.01
XYZ41.549621.36158.9545
Yxy21.36150.57820.2972
Hunter Lab46.218579.585920.8659
CIE-Lab53.342980.580032.5825

#fc064d color RGB value is (252,6,77).

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

The process color (four color CMYK) of #fc064d color code is 0.00, 0.98, 0.69, 0.01. Web safe color of #fc064d is #ff0066. Color #fc064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 01001101
Octal 374 6 115
Decimal 252 6 77
Hex FC 6 4D

RGB Percentages of Color #fc064d

%75.22
%1.79
%22.99

CMYK Percentages of Color #fc064d

%0
%98
%69
%1

Triadic Colors of #fc064d

#fc064d #4dfc06 #064dfc

Analogous Colors of #fc064d

#fc064d #fc3a06 #fc06c8

Monochromatic Colors of #fc064d

#fc064d

Complementary Color

#fc064d #06fcb5

#fc064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc064d Color CSS Codes

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

#fc064d Text Font Color

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

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


#fc064d Background Color

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

This div background color is #fc064d


#fc064d Border Color

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

This div border color is #fc064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc064d


Comments

No comments written yet.

Please login to write comment.