Color Hex Logo

#fd56cf Color Hex

#FD56CF
(253,86,207)
0 Favorites   0 Comments

Color spaces of #fd56cf

RGB 25386207
HSL0.880.980.66
HSV317°66°99°
CMYK 0.000.660.18   0.01
XYZ55.098332.043262.3124
Yxy32.04320.36870.2144
Hunter Lab56.606774.6817-25.6414
CIE-Lab63.378674.7555-29.1888

#fd56cf color RGB value is (253,86,207).

#fd56cf hex color red value is 253, green value is 86 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fd56cf hue: 0.88 , saturation: 0.98 and the lightness value of fd56cf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010110 11001111
Octal 375 126 317
Decimal 253 86 207
Hex FD 56 CF

RGB Percentages of Color #fd56cf

%46.34
%15.75
%37.91

CMYK Percentages of Color #fd56cf

%0
%66
%18
%1

Triadic Colors of #fd56cf

#fd56cf #cffd56 #56cffd

Analogous Colors of #fd56cf

#fd56cf #fd567c #d856fd

Monochromatic Colors of #fd56cf

#fd56cf

Complementary Color

#fd56cf #56fd84

#fd56cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd56cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd56cf Color CSS Codes

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

#fd56cf Text Font Color

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

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


#fd56cf Background Color

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

This div background color is #fd56cf


#fd56cf Border Color

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

This div border color is #fd56cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,86,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 #fd56cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd56cf


Comments

No comments written yet.

Please login to write comment.