Color Hex Logo

#fc59de Color Hex

#FC59DE
(252,89,222)
0 Favorites   0 Comments

Color spaces of #fc59de

RGB 25289222
HSL0.860.960.67
HSV311°65°99°
CMYK 0.000.650.12   0.01
XYZ56.902133.114172.4998
Yxy33.11410.35010.2038
Hunter Lab57.544975.8027-34.4171
CIE-Lab64.253275.4863-36.2772

#fc59de color RGB value is (252,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 11011110
Octal 374 131 336
Decimal 252 89 222
Hex FC 59 DE

RGB Percentages of Color #fc59de

%44.76
%15.81
%39.43

CMYK Percentages of Color #fc59de

%0
%65
%12
%1

Triadic Colors of #fc59de

#fc59de #defc59 #59defc

Analogous Colors of #fc59de

#fc59de #fc598d #c959fc

Monochromatic Colors of #fc59de

#fc59de

Complementary Color

#fc59de #59fc77

#fc59de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc59de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc59de Color CSS Codes

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

#fc59de Text Font Color

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

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


#fc59de Background Color

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

This div background color is #fc59de


#fc59de Border Color

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

This div border color is #fc59de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc59de

Related Colors


Comments

No comments written yet.

Please login to write comment.