Color Hex Logo

#f57aac Color Hex

#F57AAC
(245,122,172)
0 Favorites   0 Comments

Color spaces of #f57aac

RGB 245122172
HSL0.930.860.72
HSV336°50°96°
CMYK 0.000.500.30   0.04
XYZ52.062136.310143.2943
Yxy36.31010.39540.2758
Hunter Lab60.257948.7707-0.4184
CIE-Lab66.756252.3938-4.3856

#f57aac color RGB value is (245,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111010 10101100
Octal 365 172 254
Decimal 245 122 172
Hex F5 7A AC

RGB Percentages of Color #f57aac

%45.45
%22.63
%31.91

CMYK Percentages of Color #f57aac

%0
%50
%30
%4

Triadic Colors of #f57aac

#f57aac #acf57a #7aacf5

Analogous Colors of #f57aac

#f57aac #f5867a #f57aea

Monochromatic Colors of #f57aac

#f57aac

Complementary Color

#f57aac #7af5c3

#f57aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57aac Color CSS Codes

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

#f57aac Text Font Color

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

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


#f57aac Background Color

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

This div background color is #f57aac


#f57aac Border Color

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

This div border color is #f57aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57aac


Comments

No comments written yet.

Please login to write comment.