Color Hex Logo

#f060fa Color Hex

#F060FA
(240,96,250)
0 Favorites   0 Comments

Color spaces of #f060fa

RGB 24096250
HSL0.820.940.68
HSV296°62°98°
CMYK 0.040.620.00   0.02
XYZ57.373433.793193.9413
Yxy33.79310.30990.1826
Hunter Lab58.131874.4404-55.1206
CIE-Lab64.798074.2982-51.0910

#f060fa color RGB value is (240,96,250).

#f060fa hex color red value is 240, green value is 96 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f060fa hue: 0.82 , saturation: 0.94 and the lightness value of f060fa is 0.68.

The process color (four color CMYK) of #f060fa color hex is 0.04, 0.62, 0.00, 0.02. Web safe color of #f060fa is #ff66ff. Color #f060fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100000 11111010
Octal 360 140 372
Decimal 240 96 250
Hex F0 60 FA

RGB Percentages of Color #f060fa

%40.96
%16.38
%42.66

CMYK Percentages of Color #f060fa

%4
%62
%0
%2

Triadic Colors of #f060fa

#f060fa #faf060 #60faf0

Analogous Colors of #f060fa

#f060fa #fa60b7 #a360fa

Monochromatic Colors of #f060fa

#f060fa

Complementary Color

#f060fa #6afa60

#f060fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f060fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f060fa Color CSS Codes

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

#f060fa Text Font Color

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

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


#f060fa Background Color

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

This div background color is #f060fa


#f060fa Border Color

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

This div border color is #f060fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f060fa

Related Colors


Comments

No comments written yet.

Please login to write comment.