Color Hex Logo

#fc5764 Color Hex

#FC5764
(252,87,100)
0 Favorites   0 Comments

Color spaces of #fc5764

RGB 25287100
HSL0.990.960.66
HSV355°65°99°
CMYK 0.000.650.60   0.01
XYZ45.853328.431915.1278
Yxy28.43190.51280.3180
Hunter Lab53.321660.186420.5040
CIE-Lab60.276963.365727.9258

#fc5764 color RGB value is (252,87,100).

#fc5764 hex color red value is 252, green value is 87 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fc5764 hue: 0.99 , saturation: 0.96 and the lightness value of fc5764 is 0.66.

The process color (four color CMYK) of #fc5764 color hex is 0.00, 0.65, 0.60, 0.01. Web safe color of #fc5764 is #ff6666. Color #fc5764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010111 01100100
Octal 374 127 144
Decimal 252 87 100
Hex FC 57 64

RGB Percentages of Color #fc5764

%57.40
%19.82
%22.78

CMYK Percentages of Color #fc5764

%0
%65
%60
%1

Triadic Colors of #fc5764

#fc5764 #64fc57 #5764fc

Analogous Colors of #fc5764

#fc5764 #fc9d57 #fc57b7

Monochromatic Colors of #fc5764

#fc5764

Complementary Color

#fc5764 #57fcef

#fc5764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5764 Color CSS Codes

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

#fc5764 Text Font Color

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

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


#fc5764 Background Color

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

This div background color is #fc5764


#fc5764 Border Color

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

This div border color is #fc5764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5764


Comments

No comments written yet.

Please login to write comment.