Color Hex Logo

#f57aab Color Hex

#F57AAB
(245,122,171)
0 Favorites   0 Comments

Color spaces of #f57aab

RGB 245122171
HSL0.930.860.72
HSV336°50°96°
CMYK 0.000.500.30   0.04
XYZ51.966436.271842.7903
Yxy36.27180.39660.2768
Hunter Lab60.226148.62410.0330
CIE-Lab66.727152.2685-3.8629

#f57aab color RGB value is (245,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111010 10101011
Octal 365 172 253
Decimal 245 122 171
Hex F5 7A AB

RGB Percentages of Color #f57aab

%45.54
%22.68
%31.78

CMYK Percentages of Color #f57aab

%0
%50
%30
%4

Triadic Colors of #f57aab

#f57aab #abf57a #7aabf5

Analogous Colors of #f57aab

#f57aab #f5877a #f57ae9

Monochromatic Colors of #f57aab

#f57aab

Complementary Color

#f57aab #7af5c4

#f57aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57aab Color CSS Codes

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

#f57aab Text Font Color

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

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


#f57aab Background Color

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

This div background color is #f57aab


#f57aab Border Color

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

This div border color is #f57aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57aab


Comments

No comments written yet.

Please login to write comment.