Color Hex Logo

#f868fa Color Hex

#F868FA
(248,104,250)
0 Favorites   0 Comments

Color spaces of #f868fa

RGB 248104250
HSL0.830.940.69
HSV299°58°98°
CMYK 0.010.580.00   0.02
XYZ60.917036.759294.3270
Yxy36.75920.31730.1915
Hunter Lab60.629473.2454-49.8027
CIE-Lab67.096072.9198-47.3892

#f868fa color RGB value is (248,104,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101000 11111010
Octal 370 150 372
Decimal 248 104 250
Hex F8 68 FA

RGB Percentages of Color #f868fa

%41.20
%17.28
%41.53

CMYK Percentages of Color #f868fa

%1
%58
%0
%2

Triadic Colors of #f868fa

#f868fa #faf868 #68faf8

Analogous Colors of #f868fa

#f868fa #fa68b3 #af68fa

Monochromatic Colors of #f868fa

#f868fa

Complementary Color

#f868fa #6afa68

#f868fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f868fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f868fa Color CSS Codes

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

#f868fa Text Font Color

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

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


#f868fa Background Color

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

This div background color is #f868fa


#f868fa Border Color

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

This div border color is #f868fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f868fa

Related Colors


Comments

No comments written yet.

Please login to write comment.