Color Hex Logo

#fc516d Color Hex

#FC516D
(252,81,109)
0 Favorites   0 Comments

Color spaces of #fc516d

RGB 25281109
HSL0.970.970.65
HSV350°68°99°
CMYK 0.000.680.57   0.01
XYZ45.847627.684417.3952
Yxy27.68440.50420.3045
Hunter Lab52.616063.460317.2295
CIE-Lab59.602566.256421.8267

#fc516d color RGB value is (252,81,109).

#fc516d hex color red value is 252, green value is 81 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fc516d hue: 0.97 , saturation: 0.97 and the lightness value of fc516d is 0.65.

The process color (four color CMYK) of #fc516d color hex is 0.00, 0.68, 0.57, 0.01. Web safe color of #fc516d is #ff6666. Color #fc516d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 01101101
Octal 374 121 155
Decimal 252 81 109
Hex FC 51 6D

RGB Percentages of Color #fc516d

%57.01
%18.33
%24.66

CMYK Percentages of Color #fc516d

%0
%68
%57
%1

Triadic Colors of #fc516d

#fc516d #6dfc51 #516dfc

Analogous Colors of #fc516d

#fc516d #fc8b51 #fc51c3

Monochromatic Colors of #fc516d

#fc516d

Complementary Color

#fc516d #51fce0

#fc516d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc516d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc516d Color CSS Codes

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

#fc516d Text Font Color

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

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


#fc516d Background Color

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

This div background color is #fc516d


#fc516d Border Color

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

This div border color is #fc516d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc516d


Comments

No comments written yet.

Please login to write comment.