Color Hex Logo

#f059ff Color Hex

#F059FF
(240,89,255)
0 Favorites   0 Comments

Color spaces of #f059ff

RGB 24089255
HSL0.821.000.67
HSV295°65°100°
CMYK 0.060.650.00   0.00
XYZ57.557632.890097.9225
Yxy32.89000.30560.1746
Hunter Lab57.349878.7846-61.0904
CIE-Lab64.071777.8804-54.9957

#f059ff color RGB value is (240,89,255).

#f059ff hex color red value is 240, green value is 89 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f059ff hue: 0.82 , saturation: 1.00 and the lightness value of f059ff is 0.67.

The process color (four color CMYK) of #f059ff color hex is 0.06, 0.65, 0.00, 0.00. Web safe color of #f059ff is #ff66ff. Color #f059ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011001 11111111
Octal 360 131 377
Decimal 240 89 255
Hex F0 59 FF

RGB Percentages of Color #f059ff

%41.10
%15.24
%43.66

CMYK Percentages of Color #f059ff

%6
%65
%0
%0

Triadic Colors of #f059ff

#f059ff #fff059 #59fff0

Analogous Colors of #f059ff

#f059ff #ff59bb #9d59ff

Monochromatic Colors of #f059ff

#f059ff

Complementary Color

#f059ff #68ff59

#f059ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f059ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f059ff Color CSS Codes

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

#f059ff Text Font Color

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

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


#f059ff Background Color

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

This div background color is #f059ff


#f059ff Border Color

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

This div border color is #f059ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f059ff

Related Colors


Comments

No comments written yet.

Please login to write comment.