Color Hex Logo

#f57caf Color Hex

#F57CAF
(245,124,175)
0 Favorites   0 Comments

Color spaces of #f57caf

RGB 245124175
HSL0.930.860.72
HSV335°49°96°
CMYK 0.000.490.29   0.04
XYZ52.601736.922944.9119
Yxy36.92290.39130.2746
Hunter Lab60.764248.1845-1.2873
CIE-Lab67.219151.8068-5.3967

#f57caf color RGB value is (245,124,175).

#f57caf hex color red value is 245, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f57caf hue: 0.93 , saturation: 0.86 and the lightness value of f57caf is 0.72.

The process color (four color CMYK) of #f57caf color hex is 0.00, 0.49, 0.29, 0.04. Web safe color of #f57caf is #ff6699. Color #f57caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111100 10101111
Octal 365 174 257
Decimal 245 124 175
Hex F5 7C AF

RGB Percentages of Color #f57caf

%45.04
%22.79
%32.17

CMYK Percentages of Color #f57caf

%0
%49
%29
%4

Triadic Colors of #f57caf

#f57caf #aff57c #7caff5

Analogous Colors of #f57caf

#f57caf #f5867c #f57cec

Monochromatic Colors of #f57caf

#f57caf

Complementary Color

#f57caf #7cf5c2

#f57caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57caf Color CSS Codes

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

#f57caf Text Font Color

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

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


#f57caf Background Color

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

This div background color is #f57caf


#f57caf Border Color

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

This div border color is #f57caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57caf


Comments

No comments written yet.

Please login to write comment.