Color Hex Logo

#fc56dd Color Hex

#FC56DD
(252,86,221)
0 Favorites   0 Comments

Color spaces of #fc56dd

RGB 25286221
HSL0.860.970.66
HSV311°66°99°
CMYK 0.000.660.12   0.01
XYZ56.523832.571571.7144
Yxy32.57150.35150.2025
Hunter Lab57.071476.9121-34.5522
CIE-Lab63.812476.4502-36.4042

#fc56dd color RGB value is (252,86,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 11011101
Octal 374 126 335
Decimal 252 86 221
Hex FC 56 DD

RGB Percentages of Color #fc56dd

%45.08
%15.38
%39.53

CMYK Percentages of Color #fc56dd

%0
%66
%12
%1

Triadic Colors of #fc56dd

#fc56dd #ddfc56 #56ddfc

Analogous Colors of #fc56dd

#fc56dd #fc568a #c856fc

Monochromatic Colors of #fc56dd

#fc56dd

Complementary Color

#fc56dd #56fc75

#fc56dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc56dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc56dd Color CSS Codes

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

#fc56dd Text Font Color

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

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


#fc56dd Background Color

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

This div background color is #fc56dd


#fc56dd Border Color

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

This div border color is #fc56dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc56dd


Comments

No comments written yet.

Please login to write comment.