Color Hex Logo

#f56ccf Color Hex

#F56CCF
(245,108,207)
0 Favorites   0 Comments

Color spaces of #f56ccf

RGB 245108207
HSL0.880.870.69
HSV317°56°96°
CMYK 0.000.560.16   0.04
XYZ54.281234.642662.8572
Yxy34.64260.35760.2282
Hunter Lab58.858061.6185-22.1180
CIE-Lab65.469563.6719-26.0664

#f56ccf color RGB value is (245,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101100 11001111
Octal 365 154 317
Decimal 245 108 207
Hex F5 6C CF

RGB Percentages of Color #f56ccf

%43.75
%19.29
%36.96

CMYK Percentages of Color #f56ccf

%0
%56
%16
%4

Triadic Colors of #f56ccf

#f56ccf #cff56c #6ccff5

Analogous Colors of #f56ccf

#f56ccf #f56c8b #d76cf5

Monochromatic Colors of #f56ccf

#f56ccf

Complementary Color

#f56ccf #6cf592

#f56ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56ccf Color CSS Codes

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

#f56ccf Text Font Color

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

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


#f56ccf Background Color

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

This div background color is #f56ccf


#f56ccf Border Color

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

This div border color is #f56ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56ccf


Comments

No comments written yet.

Please login to write comment.