Color Hex Logo

#f57fab Color Hex

#F57FAB
(245,127,171)
0 Favorites   0 Comments

Color spaces of #f57fab

RGB 245127171
HSL0.940.860.73
HSV338°48°96°
CMYK 0.000.480.30   0.04
XYZ52.596237.531543.0003
Yxy37.53150.39510.2819
Hunter Lab61.263046.03781.2686
CIE-Lab67.673949.8324-2.4697

#f57fab color RGB value is (245,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111111 10101011
Octal 365 177 253
Decimal 245 127 171
Hex F5 7F AB

RGB Percentages of Color #f57fab

%45.12
%23.39
%31.49

CMYK Percentages of Color #f57fab

%0
%48
%30
%4

Triadic Colors of #f57fab

#f57fab #abf57f #7fabf5

Analogous Colors of #f57fab

#f57fab #f58e7f #f57fe6

Monochromatic Colors of #f57fab

#f57fab

Complementary Color

#f57fab #7ff5c9

#f57fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57fab Color CSS Codes

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

#f57fab Text Font Color

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

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


#f57fab Background Color

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

This div background color is #f57fab


#f57fab Border Color

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

This div border color is #f57fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57fab


Comments

No comments written yet.

Please login to write comment.