Color Hex Logo

#f56bc8 Color Hex

#F56BC8
(245,107,200)
0 Favorites   0 Comments

Color spaces of #f56bc8

RGB 245107200
HSL0.890.870.69
HSV320°56°96°
CMYK 0.000.560.18   0.04
XYZ53.339234.098058.4139
Yxy34.09800.36570.2338
Hunter Lab58.393560.8612-18.4353
CIE-Lab65.040363.1081-22.7861

#f56bc8 color RGB value is (245,107,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101011 11001000
Octal 365 153 310
Decimal 245 107 200
Hex F5 6B C8

RGB Percentages of Color #f56bc8

%44.38
%19.38
%36.23

CMYK Percentages of Color #f56bc8

%0
%56
%18
%4

Triadic Colors of #f56bc8

#f56bc8 #c8f56b #6bc8f5

Analogous Colors of #f56bc8

#f56bc8 #f56b83 #dd6bf5

Monochromatic Colors of #f56bc8

#f56bc8

Complementary Color

#f56bc8 #6bf598

#f56bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56bc8 Color CSS Codes

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

#f56bc8 Text Font Color

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

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


#f56bc8 Background Color

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

This div background color is #f56bc8


#f56bc8 Border Color

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

This div border color is #f56bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56bc8


Comments

No comments written yet.

Please login to write comment.