Color Hex Logo

#fc3654 Color Hex

#FC3654
(252,54,84)
0 Favorites   0 Comments

Color spaces of #fc3654

RGB 2525484
HSL0.970.970.60
HSV351°79°99°
CMYK 0.000.790.67   0.01
XYZ43.064323.973910.7452
Yxy23.97390.55360.3082
Hunter Lab48.963171.309721.2627
CIE-Lab56.061773.417531.8209

#fc3654 color RGB value is (252,54,84).

#fc3654 hex color red value is 252, green value is 54 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fc3654 hue: 0.97 , saturation: 0.97 and the lightness value of fc3654 is 0.60.

The process color (four color CMYK) of #fc3654 color hex is 0.00, 0.79, 0.67, 0.01. Web safe color of #fc3654 is #ff3366. Color #fc3654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110110 01010100
Octal 374 66 124
Decimal 252 54 84
Hex FC 36 54

RGB Percentages of Color #fc3654

%64.62
%13.85
%21.54

CMYK Percentages of Color #fc3654

%0
%79
%67
%1

Triadic Colors of #fc3654

#fc3654 #54fc36 #3654fc

Analogous Colors of #fc3654

#fc3654 #fc7b36 #fc36b7

Monochromatic Colors of #fc3654

#fc3654

Complementary Color

#fc3654 #36fcde

#fc3654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3654 Color CSS Codes

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

#fc3654 Text Font Color

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

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


#fc3654 Background Color

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

This div background color is #fc3654


#fc3654 Border Color

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

This div border color is #fc3654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3654


Comments

No comments written yet.

Please login to write comment.