Color Hex Logo

#f059ac Color Hex

#F059AC
(240,89,172)
0 Favorites   0 Comments

Color spaces of #f059ac

RGB 24089172
HSL0.910.830.65
HSV327°63°94°
CMYK 0.000.630.28   0.06
XYZ46.954028.648642.0847
Yxy28.64860.39900.2434
Hunter Lab53.524462.9206-9.1510
CIE-Lab60.470265.6456-13.8408

#f059ac color RGB value is (240,89,172).

#f059ac hex color red value is 240, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f059ac hue: 0.91 , saturation: 0.83 and the lightness value of f059ac is 0.65.

The process color (four color CMYK) of #f059ac color hex is 0.00, 0.63, 0.28, 0.06. Web safe color of #f059ac is #ff6699. Color #f059ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011001 10101100
Octal 360 131 254
Decimal 240 89 172
Hex F0 59 AC

RGB Percentages of Color #f059ac

%47.90
%17.76
%34.33

CMYK Percentages of Color #f059ac

%0
%63
%28
%6

Triadic Colors of #f059ac

#f059ac #acf059 #59acf0

Analogous Colors of #f059ac

#f059ac #f05960 #e959f0

Monochromatic Colors of #f059ac

#f059ac

Complementary Color

#f059ac #59f09d

#f059ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f059ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f059ac Color CSS Codes

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

#f059ac Text Font Color

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

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


#f059ac Background Color

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

This div background color is #f059ac


#f059ac Border Color

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

This div border color is #f059ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f059ac


Comments

No comments written yet.

Please login to write comment.