Color Hex Logo

#fc7464 Color Hex

#FC7464
(252,116,100)
0 Favorites   0 Comments

Color spaces of #fc7464

RGB 252116100
HSL0.020.960.69
HSV60°99°
CMYK 0.000.540.60   0.01
XYZ48.690534.106316.0735
Yxy34.10630.49250.3450
Hunter Lab58.400646.620324.5621
CIE-Lab65.046950.732534.0347

#fc7464 color RGB value is (252,116,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110100 01100100
Octal 374 164 144
Decimal 252 116 100
Hex FC 74 64

RGB Percentages of Color #fc7464

%53.85
%24.79
%21.37

CMYK Percentages of Color #fc7464

%0
%54
%60
%1

Triadic Colors of #fc7464

#fc7464 #64fc74 #7464fc

Analogous Colors of #fc7464

#fc7464 #fcc064 #fc64a0

Monochromatic Colors of #fc7464

#fc7464

Complementary Color

#fc7464 #64ecfc

#fc7464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7464 Color CSS Codes

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

#fc7464 Text Font Color

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

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


#fc7464 Background Color

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

This div background color is #fc7464


#fc7464 Border Color

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

This div border color is #fc7464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7464

Related Colors


Comments

No comments written yet.

Please login to write comment.