Color Hex Logo

#f56dcb Color Hex

#F56DCB
(245,109,203)
0 Favorites   0 Comments

Color spaces of #f56dcb

RGB 245109203
HSL0.880.870.69
HSV319°56°96°
CMYK 0.000.560.17   0.04
XYZ53.904334.661660.3492
Yxy34.66160.36200.2328
Hunter Lab58.874160.4024-19.5636
CIE-Lab65.484362.6454-23.7957

#f56dcb color RGB value is (245,109,203).

#f56dcb hex color red value is 245, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f56dcb hue: 0.88 , saturation: 0.87 and the lightness value of f56dcb is 0.69.

The process color (four color CMYK) of #f56dcb color hex is 0.00, 0.56, 0.17, 0.04. Web safe color of #f56dcb is #ff66cc. Color #f56dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101101 11001011
Octal 365 155 313
Decimal 245 109 203
Hex F5 6D CB

RGB Percentages of Color #f56dcb

%43.99
%19.57
%36.45

CMYK Percentages of Color #f56dcb

%0
%56
%17
%4

Triadic Colors of #f56dcb

#f56dcb #cbf56d #6dcbf5

Analogous Colors of #f56dcb

#f56dcb #f56d87 #db6df5

Monochromatic Colors of #f56dcb

#f56dcb

Complementary Color

#f56dcb #6df597

#f56dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56dcb Color CSS Codes

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

#f56dcb Text Font Color

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

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


#f56dcb Background Color

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

This div background color is #f56dcb


#f56dcb Border Color

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

This div border color is #f56dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,109,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f56dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f56dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #f56dcb;
  box-shadow:         1px 1px 3px 2px #f56dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,109,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56dcb


Comments

No comments written yet.

Please login to write comment.