Color Hex Logo

#fc59cf Color Hex

#FC59CF
(252,89,207)
0 Favorites   0 Comments

Color spaces of #fc59cf

RGB 25289207
HSL0.880.960.67
HSV317°65°99°
CMYK 0.000.650.18   0.01
XYZ54.979732.345262.3770
Yxy32.34520.36730.2161
Hunter Lab56.872873.0308-25.2171
CIE-Lab63.627273.3846-28.8176

#fc59cf color RGB value is (252,89,207).

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

The process color (four color CMYK) of #fc59cf color hex is 0.00, 0.65, 0.18, 0.01. Web safe color of #fc59cf is #ff66cc. Color #fc59cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 11001111
Octal 374 131 317
Decimal 252 89 207
Hex FC 59 CF

RGB Percentages of Color #fc59cf

%45.99
%16.24
%37.77

CMYK Percentages of Color #fc59cf

%0
%65
%18
%1

Triadic Colors of #fc59cf

#fc59cf #cffc59 #59cffc

Analogous Colors of #fc59cf

#fc59cf #fc597e #d859fc

Monochromatic Colors of #fc59cf

#fc59cf

Complementary Color

#fc59cf #59fc86

#fc59cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc59cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc59cf Color CSS Codes

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

#fc59cf Text Font Color

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

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


#fc59cf Background Color

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

This div background color is #fc59cf


#fc59cf Border Color

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

This div border color is #fc59cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc59cf


Comments

No comments written yet.

Please login to write comment.