Color Hex Logo

#fc507d Color Hex

#FC507D
(252,80,125)
0 Favorites   0 Comments

Color spaces of #fc507d

RGB 25280125
HSL0.960.970.65
HSV344°68°99°
CMYK 0.000.680.50   0.01
XYZ46.715227.913422.3277
Yxy27.91340.48180.2879
Hunter Lab52.833165.372211.9268
CIE-Lab59.810467.818412.7685

#fc507d color RGB value is (252,80,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 01111101
Octal 374 120 175
Decimal 252 80 125
Hex FC 50 7D

RGB Percentages of Color #fc507d

%55.14
%17.51
%27.35

CMYK Percentages of Color #fc507d

%0
%68
%50
%1

Triadic Colors of #fc507d

#fc507d #7dfc50 #507dfc

Analogous Colors of #fc507d

#fc507d #fc7950 #fc50d3

Monochromatic Colors of #fc507d

#fc507d

Complementary Color

#fc507d #50fccf

#fc507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc507d Color CSS Codes

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

#fc507d Text Font Color

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

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


#fc507d Background Color

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

This div background color is #fc507d


#fc507d Border Color

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

This div border color is #fc507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc507d


Comments

No comments written yet.

Please login to write comment.