Color Hex Logo

#f57fcb Color Hex

#F57FCB
(245,127,203)
0 Favorites   0 Comments

Color spaces of #f57fcb

RGB 245127203
HSL0.890.860.73
HSV321°48°96°
CMYK 0.000.480.17   0.04
XYZ56.025138.903061.0561
Yxy38.90300.35920.2494
Hunter Lab62.372351.1839-14.3783
CIE-Lab68.680954.2250-18.9233

#f57fcb color RGB value is (245,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111111 11001011
Octal 365 177 313
Decimal 245 127 203
Hex F5 7F CB

RGB Percentages of Color #f57fcb

%42.61
%22.09
%35.30

CMYK Percentages of Color #f57fcb

%0
%48
%17
%4

Triadic Colors of #f57fcb

#f57fcb #cbf57f #7fcbf5

Analogous Colors of #f57fcb

#f57fcb #f57f90 #e47ff5

Monochromatic Colors of #f57fcb

#f57fcb

Complementary Color

#f57fcb #7ff5a9

#f57fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57fcb Color CSS Codes

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

#f57fcb Text Font Color

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

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


#f57fcb Background Color

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

This div background color is #f57fcb


#f57fcb Border Color

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

This div border color is #f57fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57fcb


Comments

No comments written yet.

Please login to write comment.