Color Hex Logo

#fc558e Color Hex

#FC558E
(252,85,142)
0 Favorites   0 Comments

Color spaces of #fc558e

RGB 25285142
HSL0.940.970.66
HSV340°66°99°
CMYK 0.000.660.44   0.01
XYZ48.275929.145428.6724
Yxy29.14540.45500.2747
Hunter Lab53.986565.14236.3014
CIE-Lab60.909767.42624.4099

#fc558e color RGB value is (252,85,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 10001110
Octal 374 125 216
Decimal 252 85 142
Hex FC 55 8E

RGB Percentages of Color #fc558e

%52.61
%17.75
%29.65

CMYK Percentages of Color #fc558e

%0
%66
%44
%1

Triadic Colors of #fc558e

#fc558e #8efc55 #558efc

Analogous Colors of #fc558e

#fc558e #fc7055 #fc55e2

Monochromatic Colors of #fc558e

#fc558e

Complementary Color

#fc558e #55fcc3

#fc558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc558e Color CSS Codes

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

#fc558e Text Font Color

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

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


#fc558e Background Color

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

This div background color is #fc558e


#fc558e Border Color

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

This div border color is #fc558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc558e

Related Colors


Comments

No comments written yet.

Please login to write comment.