Color Hex Logo

#f850fa Color Hex

#F850FA
(248,80,250)
0 Favorites   0 Comments

Color spaces of #f850fa

RGB 24880250
HSL0.830.940.65
HSV299°68°98°
CMYK 0.010.680.00   0.02
XYZ58.835432.595993.6332
Yxy32.59590.31790.1761
Hunter Lab57.092884.0357-57.2716
CIE-Lab63.832482.0197-52.5475

#f850fa color RGB value is (248,80,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010000 11111010
Octal 370 120 372
Decimal 248 80 250
Hex F8 50 FA

RGB Percentages of Color #f850fa

%42.91
%13.84
%43.25

CMYK Percentages of Color #f850fa

%1
%68
%0
%2

Triadic Colors of #f850fa

#f850fa #faf850 #50faf8

Analogous Colors of #f850fa

#f850fa #fa50a7 #a350fa

Monochromatic Colors of #f850fa

#f850fa

Complementary Color

#f850fa #52fa50

#f850fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f850fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f850fa Color CSS Codes

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

#f850fa Text Font Color

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

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


#f850fa Background Color

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

This div background color is #f850fa


#f850fa Border Color

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

This div border color is #f850fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f850fa


Comments

No comments written yet.

Please login to write comment.