Color Hex Logo

#f57faa Color Hex

#F57FAA
(245,127,170)
0 Favorites   0 Comments

Color spaces of #f57faa

RGB 245127170
HSL0.940.860.73
HSV338°48°96°
CMYK 0.000.480.31   0.04
XYZ52.501337.493542.5001
Yxy37.49350.39630.2830
Hunter Lab61.231945.89301.7101
CIE-Lab67.645649.7071-1.9472

#f57faa color RGB value is (245,127,170).

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

The process color (four color CMYK) of #f57faa color hex is 0.00, 0.48, 0.31, 0.04. Web safe color of #f57faa is #ff6699. Color #f57faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111111 10101010
Octal 365 177 252
Decimal 245 127 170
Hex F5 7F AA

RGB Percentages of Color #f57faa

%45.20
%23.43
%31.37

CMYK Percentages of Color #f57faa

%0
%48
%31
%4

Triadic Colors of #f57faa

#f57faa #aaf57f #7faaf5

Analogous Colors of #f57faa

#f57faa #f58f7f #f57fe5

Monochromatic Colors of #f57faa

#f57faa

Complementary Color

#f57faa #7ff5ca

#f57faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57faa Color CSS Codes

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

#f57faa Text Font Color

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

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


#f57faa Background Color

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

This div background color is #f57faa


#f57faa Border Color

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

This div border color is #f57faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57faa

Related Colors


Comments

No comments written yet.

Please login to write comment.