Color Hex Logo

#f57fca Color Hex

#F57FCA
(245,127,202)
0 Favorites   0 Comments

Color spaces of #f57fca

RGB 245127202
HSL0.890.860.73
HSV322°48°96°
CMYK 0.000.480.18   0.04
XYZ55.906238.855560.4304
Yxy38.85550.36020.2504
Hunter Lab62.334251.0080-13.8453
CIE-Lab68.646554.0769-18.4174

#f57fca color RGB value is (245,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111111 11001010
Octal 365 177 312
Decimal 245 127 202
Hex F5 7F CA

RGB Percentages of Color #f57fca

%42.68
%22.13
%35.19

CMYK Percentages of Color #f57fca

%0
%48
%18
%4

Triadic Colors of #f57fca

#f57fca #caf57f #7fcaf5

Analogous Colors of #f57fca

#f57fca #f57f8f #e57ff5

Monochromatic Colors of #f57fca

#f57fca

Complementary Color

#f57fca #7ff5aa

#f57fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57fca Color CSS Codes

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

#f57fca Text Font Color

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

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


#f57fca Background Color

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

This div background color is #f57fca


#f57fca Border Color

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

This div border color is #f57fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57fca


Comments

No comments written yet.

Please login to write comment.