Color Hex Logo

#fc558d Color Hex

#FC558D
(252,85,141)
0 Favorites   0 Comments

Color spaces of #fc558d

RGB 25285141
HSL0.940.970.66
HSV340°66°99°
CMYK 0.000.660.44   0.01
XYZ48.201129.115528.2787
Yxy29.11550.45650.2757
Hunter Lab53.958865.02536.6985
CIE-Lab60.883467.33344.9540

#fc558d color RGB value is (252,85,141).

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

The process color (four color CMYK) of #fc558d color hex is 0.00, 0.66, 0.44, 0.01. Web safe color of #fc558d is #ff6699. Color #fc558d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 10001101
Octal 374 125 215
Decimal 252 85 141
Hex FC 55 8D

RGB Percentages of Color #fc558d

%52.72
%17.78
%29.50

CMYK Percentages of Color #fc558d

%0
%66
%44
%1

Triadic Colors of #fc558d

#fc558d #8dfc55 #558dfc

Analogous Colors of #fc558d

#fc558d #fc7155 #fc55e1

Monochromatic Colors of #fc558d

#fc558d

Complementary Color

#fc558d #55fcc4

#fc558d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc558d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc558d Color CSS Codes

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

#fc558d Text Font Color

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

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


#fc558d Background Color

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

This div background color is #fc558d


#fc558d Border Color

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

This div border color is #fc558d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc558d


Comments

No comments written yet.

Please login to write comment.