Color Hex Logo

#fc5689 Color Hex

#FC5689
(252,86,137)
0 Favorites   0 Comments

Color spaces of #fc5689

RGB 25286137
HSL0.950.970.66
HSV342°66°99°
CMYK 0.000.660.46   0.01
XYZ47.988029.157226.7656
Yxy29.15720.46180.2806
Hunter Lab53.997464.13928.4091
CIE-Lab60.920166.58687.3350

#fc5689 color RGB value is (252,86,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 10001001
Octal 374 126 211
Decimal 252 86 137
Hex FC 56 89

RGB Percentages of Color #fc5689

%53.05
%18.11
%28.84

CMYK Percentages of Color #fc5689

%0
%66
%46
%1

Triadic Colors of #fc5689

#fc5689 #89fc56 #5689fc

Analogous Colors of #fc5689

#fc5689 #fc7656 #fc56dc

Monochromatic Colors of #fc5689

#fc5689

Complementary Color

#fc5689 #56fcc9

#fc5689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5689 Color CSS Codes

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

#fc5689 Text Font Color

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

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


#fc5689 Background Color

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

This div background color is #fc5689


#fc5689 Border Color

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

This div border color is #fc5689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5689


Comments

No comments written yet.

Please login to write comment.