Color Hex Logo

#fc59ce Color Hex

#FC59CE
(252,89,206)
0 Favorites   0 Comments

Color spaces of #fc59ce

RGB 25289206
HSL0.880.960.67
HSV317°65°99°
CMYK 0.000.650.18   0.01
XYZ54.857832.296461.7350
Yxy32.29640.36840.2169
Hunter Lab56.829972.8533-24.6265
CIE-Lab63.587173.2492-28.3148

#fc59ce color RGB value is (252,89,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 11001110
Octal 374 131 316
Decimal 252 89 206
Hex FC 59 CE

RGB Percentages of Color #fc59ce

%46.07
%16.27
%37.66

CMYK Percentages of Color #fc59ce

%0
%65
%18
%1

Triadic Colors of #fc59ce

#fc59ce #cefc59 #59cefc

Analogous Colors of #fc59ce

#fc59ce #fc597d #d959fc

Monochromatic Colors of #fc59ce

#fc59ce

Complementary Color

#fc59ce #59fc87

#fc59ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc59ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc59ce Color CSS Codes

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

#fc59ce Text Font Color

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

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


#fc59ce Background Color

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

This div background color is #fc59ce


#fc59ce Border Color

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

This div border color is #fc59ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc59ce


Comments

No comments written yet.

Please login to write comment.