Color Hex Logo

#f059db Color Hex

#F059DB
(240,89,219)
0 Favorites   0 Comments

Color spaces of #f059db

RGB 24089219
HSL0.860.830.65
HSV308°63°94°
CMYK 0.000.630.09   0.06
XYZ52.293730.784570.2036
Yxy30.78450.34120.2008
Hunter Lab55.483871.1404-36.1810
CIE-Lab62.325372.0982-37.7376

#f059db color RGB value is (240,89,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011001 11011011
Octal 360 131 333
Decimal 240 89 219
Hex F0 59 DB

RGB Percentages of Color #f059db

%43.80
%16.24
%39.96

CMYK Percentages of Color #f059db

%0
%63
%9
%6

Triadic Colors of #f059db

#f059db #dbf059 #59dbf0

Analogous Colors of #f059db

#f059db #f05990 #ba59f0

Monochromatic Colors of #f059db

#f059db

Complementary Color

#f059db #59f06e

#f059db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f059db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f059db Color CSS Codes

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

#f059db Text Font Color

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

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


#f059db Background Color

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

This div background color is #f059db


#f059db Border Color

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

This div border color is #f059db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f059db


Comments

No comments written yet.

Please login to write comment.