Color Hex Logo

#fc557d Color Hex

#FC557D
(252,85,125)
0 Favorites   0 Comments

Color spaces of #fc557d

RGB 25285125
HSL0.960.970.66
HSV346°66°99°
CMYK 0.000.660.50   0.01
XYZ47.095128.673122.4543
Yxy28.67310.47950.2919
Hunter Lab53.547363.284012.6207
CIE-Lab60.492065.947213.7212

#fc557d color RGB value is (252,85,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 01111101
Octal 374 125 175
Decimal 252 85 125
Hex FC 55 7D

RGB Percentages of Color #fc557d

%54.55
%18.40
%27.06

CMYK Percentages of Color #fc557d

%0
%66
%50
%1

Triadic Colors of #fc557d

#fc557d #7dfc55 #557dfc

Analogous Colors of #fc557d

#fc557d #fc8155 #fc55d1

Monochromatic Colors of #fc557d

#fc557d

Complementary Color

#fc557d #55fcd4

#fc557d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc557d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc557d Color CSS Codes

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

#fc557d Text Font Color

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

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


#fc557d Background Color

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

This div background color is #fc557d


#fc557d Border Color

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

This div border color is #fc557d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc557d


Comments

No comments written yet.

Please login to write comment.