Color Hex Logo

#fc5988 Color Hex

#FC5988
(252,89,136)
0 Favorites   0 Comments

Color spaces of #fc5988

RGB 25289136
HSL0.950.960.67
HSV343°65°99°
CMYK 0.000.650.46   0.01
XYZ48.161229.617826.4710
Yxy29.61780.46200.2841
Hunter Lab54.422262.72549.2569
CIE-Lab61.323065.32858.4910

#fc5988 color RGB value is (252,89,136).

#fc5988 hex color red value is 252, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fc5988 hue: 0.95 , saturation: 0.96 and the lightness value of fc5988 is 0.67.

The process color (four color CMYK) of #fc5988 color hex is 0.00, 0.65, 0.46, 0.01. Web safe color of #fc5988 is #ff6699. Color #fc5988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 10001000
Octal 374 131 210
Decimal 252 89 136
Hex FC 59 88

RGB Percentages of Color #fc5988

%52.83
%18.66
%28.51

CMYK Percentages of Color #fc5988

%0
%65
%46
%1

Triadic Colors of #fc5988

#fc5988 #88fc59 #5988fc

Analogous Colors of #fc5988

#fc5988 #fc7c59 #fc59da

Monochromatic Colors of #fc5988

#fc5988

Complementary Color

#fc5988 #59fccd

#fc5988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5988 Color CSS Codes

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

#fc5988 Text Font Color

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

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


#fc5988 Background Color

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

This div background color is #fc5988


#fc5988 Border Color

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

This div border color is #fc5988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5988


Comments

No comments written yet.

Please login to write comment.