Color Hex Logo

#f057aa Color Hex

#F057AA
(240,87,170)
0 Favorites   0 Comments

Color spaces of #f057aa

RGB 24087170
HSL0.910.840.64
HSV327°64°94°
CMYK 0.000.640.29   0.06
XYZ46.599128.243941.0258
Yxy28.24390.40220.2438
Hunter Lab53.145063.5103-8.5680
CIE-Lab60.108566.2066-13.2323

#f057aa color RGB value is (240,87,170).

#f057aa hex color red value is 240, green value is 87 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f057aa hue: 0.91 , saturation: 0.84 and the lightness value of f057aa is 0.64.

The process color (four color CMYK) of #f057aa color hex is 0.00, 0.64, 0.29, 0.06. Web safe color of #f057aa is #ff6699. Color #f057aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010111 10101010
Octal 360 127 252
Decimal 240 87 170
Hex F0 57 AA

RGB Percentages of Color #f057aa

%48.29
%17.51
%34.21

CMYK Percentages of Color #f057aa

%0
%64
%29
%6

Triadic Colors of #f057aa

#f057aa #aaf057 #57aaf0

Analogous Colors of #f057aa

#f057aa #f0575d #ea57f0

Monochromatic Colors of #f057aa

#f057aa

Complementary Color

#f057aa #57f09d

#f057aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f057aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f057aa Color CSS Codes

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

#f057aa Text Font Color

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

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


#f057aa Background Color

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

This div background color is #f057aa


#f057aa Border Color

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

This div border color is #f057aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f057aa


Comments

No comments written yet.

Please login to write comment.