Color Hex Logo

#f059ba Color Hex

#F059BA
(240,89,186)
0 Favorites   0 Comments

Color spaces of #f059ba

RGB 24089186
HSL0.890.830.65
HSV321°63°94°
CMYK 0.000.630.23   0.06
XYZ48.370529.215249.5441
Yxy29.21520.38050.2298
Hunter Lab54.051165.1508-16.5104
CIE-Lab60.971167.4221-21.1211

#f059ba color RGB value is (240,89,186).

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

The process color (four color CMYK) of #f059ba color hex is 0.00, 0.63, 0.23, 0.06. Web safe color of #f059ba is #ff66cc. Color #f059ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011001 10111010
Octal 360 131 272
Decimal 240 89 186
Hex F0 59 BA

RGB Percentages of Color #f059ba

%46.60
%17.28
%36.12

CMYK Percentages of Color #f059ba

%0
%63
%23
%6

Triadic Colors of #f059ba

#f059ba #baf059 #59baf0

Analogous Colors of #f059ba

#f059ba #f0596f #db59f0

Monochromatic Colors of #f059ba

#f059ba

Complementary Color

#f059ba #59f08f

#f059ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f059ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f059ba Color CSS Codes

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

#f059ba Text Font Color

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

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


#f059ba Background Color

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

This div background color is #f059ba


#f059ba Border Color

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

This div border color is #f059ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,89,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f059ba


Comments

No comments written yet.

Please login to write comment.