Color Hex Logo

#f57fcf Color Hex

#F57FCF
(245,127,207)
0 Favorites   0 Comments

Color spaces of #f57fcf

RGB 245127207
HSL0.890.860.73
HSV319°48°96°
CMYK 0.000.480.16   0.04
XYZ56.508039.096263.5995
Yxy39.09620.35490.2456
Hunter Lab62.527051.8951-16.5382
CIE-Lab68.820954.8228-20.9410

#f57fcf color RGB value is (245,127,207).

#f57fcf hex color red value is 245, green value is 127 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f57fcf hue: 0.89 , saturation: 0.86 and the lightness value of f57fcf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111111 11001111
Octal 365 177 317
Decimal 245 127 207
Hex F5 7F CF

RGB Percentages of Color #f57fcf

%42.31
%21.93
%35.75

CMYK Percentages of Color #f57fcf

%0
%48
%16
%4

Triadic Colors of #f57fcf

#f57fcf #cff57f #7fcff5

Analogous Colors of #f57fcf

#f57fcf #f57f94 #e07ff5

Monochromatic Colors of #f57fcf

#f57fcf

Complementary Color

#f57fcf #7ff5a5

#f57fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57fcf Color CSS Codes

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

#f57fcf Text Font Color

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

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


#f57fcf Background Color

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

This div background color is #f57fcf


#f57fcf Border Color

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

This div border color is #f57fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57fcf


Comments

No comments written yet.

Please login to write comment.