Color Hex Logo

#fc4664 Color Hex

#FC4664
(252,70,100)
0 Favorites   0 Comments

Color spaces of #fc4664

RGB 25270100
HSL0.970.970.63
HSV350°72°99°
CMYK 0.000.720.60   0.01
XYZ44.635325.995914.7218
Yxy25.99590.52290.3046
Hunter Lab50.986267.040118.5709
CIE-Lab58.033269.533824.9923

#fc4664 color RGB value is (252,70,100).

#fc4664 hex color red value is 252, green value is 70 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fc4664 hue: 0.97 , saturation: 0.97 and the lightness value of fc4664 is 0.63.

The process color (four color CMYK) of #fc4664 color hex is 0.00, 0.72, 0.60, 0.01. Web safe color of #fc4664 is #ff3366. Color #fc4664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000110 01100100
Octal 374 106 144
Decimal 252 70 100
Hex FC 46 64

RGB Percentages of Color #fc4664

%59.72
%16.59
%23.70

CMYK Percentages of Color #fc4664

%0
%72
%60
%1

Triadic Colors of #fc4664

#fc4664 #64fc46 #4664fc

Analogous Colors of #fc4664

#fc4664 #fc8346 #fc46bf

Monochromatic Colors of #fc4664

#fc4664

Complementary Color

#fc4664 #46fcde

#fc4664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4664 Color CSS Codes

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

#fc4664 Text Font Color

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

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


#fc4664 Background Color

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

This div background color is #fc4664


#fc4664 Border Color

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

This div border color is #fc4664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4664


Comments

No comments written yet.

Please login to write comment.