Color Hex Logo

#f57daa Color Hex

#F57DAA
(245,125,170)
0 Favorites   0 Comments

Color spaces of #f57daa

RGB 245125170
HSL0.940.860.73
HSV338°49°96°
CMYK 0.000.490.31   0.04
XYZ52.245536.982042.4148
Yxy36.98200.39690.2809
Hunter Lab60.812846.93041.2163
CIE-Lab67.263550.6868-2.5082

#f57daa color RGB value is (245,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111101 10101010
Octal 365 175 252
Decimal 245 125 170
Hex F5 7D AA

RGB Percentages of Color #f57daa

%45.37
%23.15
%31.48

CMYK Percentages of Color #f57daa

%0
%49
%31
%4

Triadic Colors of #f57daa

#f57daa #aaf57d #7daaf5

Analogous Colors of #f57daa

#f57daa #f58c7d #f57de6

Monochromatic Colors of #f57daa

#f57daa

Complementary Color

#f57daa #7df5c8

#f57daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57daa Color CSS Codes

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

#f57daa Text Font Color

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

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


#f57daa Background Color

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

This div background color is #f57daa


#f57daa Border Color

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

This div border color is #f57daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57daa

Related Colors


Comments

No comments written yet.

Please login to write comment.