Color Hex Logo

#f060fd Color Hex

#F060FD
(240,96,253)
0 Favorites   0 Comments

Color spaces of #f060fd

RGB 24096253
HSL0.820.980.68
HSV295°62°99°
CMYK 0.050.620.00   0.01
XYZ57.847733.982996.4389
Yxy33.98290.30730.1805
Hunter Lab58.294975.1148-57.2788
CIE-Lab64.949074.8087-52.5033

#f060fd color RGB value is (240,96,253).

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

The process color (four color CMYK) of #f060fd color hex is 0.05, 0.62, 0.00, 0.01. Web safe color of #f060fd is #ff66ff. Color #f060fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100000 11111101
Octal 360 140 375
Decimal 240 96 253
Hex F0 60 FD

RGB Percentages of Color #f060fd

%40.75
%16.30
%42.95

CMYK Percentages of Color #f060fd

%5
%62
%0
%1

Triadic Colors of #f060fd

#f060fd #fdf060 #60fdf0

Analogous Colors of #f060fd

#f060fd #fd60bc #a260fd

Monochromatic Colors of #f060fd

#f060fd

Complementary Color

#f060fd #6dfd60

#f060fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f060fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f060fd Color CSS Codes

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

#f060fd Text Font Color

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

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


#f060fd Background Color

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

This div background color is #f060fd


#f060fd Border Color

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

This div border color is #f060fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f060fd

Related Colors


Comments

No comments written yet.

Please login to write comment.