Color Hex Logo

#f57baa Color Hex

#F57BAA
(245,123,170)
0 Favorites   0 Comments

Color spaces of #f57baa

RGB 245123170
HSL0.940.860.72
HSV337°50°96°
CMYK 0.000.500.31   0.04
XYZ51.994836.480742.3313
Yxy36.48070.39750.2789
Hunter Lab60.399347.96330.7256
CIE-Lab66.885651.6597-3.0639

#f57baa color RGB value is (245,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111011 10101010
Octal 365 173 252
Decimal 245 123 170
Hex F5 7B AA

RGB Percentages of Color #f57baa

%45.54
%22.86
%31.60

CMYK Percentages of Color #f57baa

%0
%50
%31
%4

Triadic Colors of #f57baa

#f57baa #aaf57b #7baaf5

Analogous Colors of #f57baa

#f57baa #f5897b #f57be7

Monochromatic Colors of #f57baa

#f57baa

Complementary Color

#f57baa #7bf5c6

#f57baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57baa Color CSS Codes

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

#f57baa Text Font Color

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

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


#f57baa Background Color

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

This div background color is #f57baa


#f57baa Border Color

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

This div border color is #f57baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57baa


Comments

No comments written yet.

Please login to write comment.