Color Hex Logo

#f050fa Color Hex

#F050FA
(240,80,250)
0 Favorites   0 Comments

Color spaces of #f050fa

RGB 24080250
HSL0.820.940.65
HSV296°68°98°
CMYK 0.040.680.00   0.02
XYZ56.059231.164793.5032
Yxy31.16470.31020.1724
Hunter Lab55.825481.5534-60.2285
CIE-Lab62.646480.3209-54.5042

#f050fa color RGB value is (240,80,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010000 11111010
Octal 360 120 372
Decimal 240 80 250
Hex F0 50 FA

RGB Percentages of Color #f050fa

%42.11
%14.04
%43.86

CMYK Percentages of Color #f050fa

%4
%68
%0
%2

Triadic Colors of #f050fa

#f050fa #faf050 #50faf0

Analogous Colors of #f050fa

#f050fa #fa50af #9b50fa

Monochromatic Colors of #f050fa

#f050fa

Complementary Color

#f050fa #5afa50

#f050fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f050fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f050fa Color CSS Codes

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

#f050fa Text Font Color

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

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


#f050fa Background Color

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

This div background color is #f050fa


#f050fa Border Color

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

This div border color is #f050fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,80,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 #f050fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f050fa


Comments

No comments written yet.

Please login to write comment.