Color Hex Logo

#fc0654 Color Hex

#FC0654
(252,6,84)
0 Favorites   0 Comments

Color spaces of #fc0654

RGB 252684
HSL0.950.980.51
HSV341°98°99°
CMYK 0.000.980.67   0.01
XYZ41.810221.465810.3272
Yxy21.46580.56800.2916
Hunter Lab46.331280.002419.2161
CIE-Lab53.455680.886128.5420

#fc0654 color RGB value is (252,6,84).

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

The process color (four color CMYK) of #fc0654 color hex is 0.00, 0.98, 0.67, 0.01. Web safe color of #fc0654 is #ff0066. Color #fc0654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 01010100
Octal 374 6 124
Decimal 252 6 84
Hex FC 6 54

RGB Percentages of Color #fc0654

%73.68
%1.75
%24.56

CMYK Percentages of Color #fc0654

%0
%98
%67
%1

Triadic Colors of #fc0654

#fc0654 #54fc06 #0654fc

Analogous Colors of #fc0654

#fc0654 #fc3306 #fc06cf

Monochromatic Colors of #fc0654

#fc0654

Complementary Color

#fc0654 #06fcae

#fc0654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0654 Color CSS Codes

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

#fc0654 Text Font Color

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

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


#fc0654 Background Color

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

This div background color is #fc0654


#fc0654 Border Color

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

This div border color is #fc0654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0654


Comments

No comments written yet.

Please login to write comment.