Color Hex Logo

#fc56da Color Hex

#FC56DA
(252,86,218)
0 Favorites   0 Comments

Color spaces of #fc56da

RGB 25286218
HSL0.870.970.66
HSV312°66°99°
CMYK 0.000.660.13   0.01
XYZ56.127632.413069.6277
Yxy32.41300.35490.2049
Hunter Lab56.932476.3449-32.6583
CIE-Lab63.682876.0244-34.9233

#fc56da color RGB value is (252,86,218).

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

The process color (four color CMYK) of #fc56da color hex is 0.00, 0.66, 0.13, 0.01. Web safe color of #fc56da is #ff66cc. Color #fc56da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 11011010
Octal 374 126 332
Decimal 252 86 218
Hex FC 56 DA

RGB Percentages of Color #fc56da

%45.32
%15.47
%39.21

CMYK Percentages of Color #fc56da

%0
%66
%13
%1

Triadic Colors of #fc56da

#fc56da #dafc56 #56dafc

Analogous Colors of #fc56da

#fc56da #fc5687 #cb56fc

Monochromatic Colors of #fc56da

#fc56da

Complementary Color

#fc56da #56fc78

#fc56da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc56da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc56da Color CSS Codes

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

#fc56da Text Font Color

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

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


#fc56da Background Color

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

This div background color is #fc56da


#fc56da Border Color

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

This div border color is #fc56da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc56da


Comments

No comments written yet.

Please login to write comment.