Color Hex Logo

#fc5667 Color Hex

#FC5667
(252,86,103)
0 Favorites   0 Comments

Color spaces of #fc5667

RGB 25286103
HSL0.980.970.66
HSV354°66°99°
CMYK 0.000.660.59   0.01
XYZ45.920928.330315.8800
Yxy28.33030.50950.3143
Hunter Lab53.226260.854919.5692
CIE-Lab60.186063.950426.0798

#fc5667 color RGB value is (252,86,103).

#fc5667 hex color red value is 252, green value is 86 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fc5667 hue: 0.98 , saturation: 0.97 and the lightness value of fc5667 is 0.66.

The process color (four color CMYK) of #fc5667 color hex is 0.00, 0.66, 0.59, 0.01. Web safe color of #fc5667 is #ff6666. Color #fc5667 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 01100111
Octal 374 126 147
Decimal 252 86 103
Hex FC 56 67

RGB Percentages of Color #fc5667

%57.14
%19.50
%23.36

CMYK Percentages of Color #fc5667

%0
%66
%59
%1

Triadic Colors of #fc5667

#fc5667 #67fc56 #5667fc

Analogous Colors of #fc5667

#fc5667 #fc9856 #fc56ba

Monochromatic Colors of #fc5667

#fc5667

Complementary Color

#fc5667 #56fceb

#fc5667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5667 Color CSS Codes

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

#fc5667 Text Font Color

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

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


#fc5667 Background Color

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

This div background color is #fc5667


#fc5667 Border Color

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

This div border color is #fc5667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5667


Comments

No comments written yet.

Please login to write comment.