Color Hex Logo

#f268fa Color Hex

#F268FA
(242,104,250)
0 Favorites   0 Comments

Color spaces of #f268fa

RGB 242104250
HSL0.820.940.69
HSV297°58°98°
CMYK 0.030.580.00   0.02
XYZ58.823635.680094.2291
Yxy35.68000.31170.1891
Hunter Lab59.732771.2509-51.7178
CIE-Lab66.274771.4640-48.7392

#f268fa color RGB value is (242,104,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101000 11111010
Octal 362 150 372
Decimal 242 104 250
Hex F2 68 FA

RGB Percentages of Color #f268fa

%40.60
%17.45
%41.95

CMYK Percentages of Color #f268fa

%3
%58
%0
%2

Triadic Colors of #f268fa

#f268fa #faf268 #68faf2

Analogous Colors of #f268fa

#f268fa #fa68b9 #a968fa

Monochromatic Colors of #f268fa

#f268fa

Complementary Color

#f268fa #70fa68

#f268fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f268fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f268fa Color CSS Codes

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

#f268fa Text Font Color

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

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


#f268fa Background Color

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

This div background color is #f268fa


#f268fa Border Color

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

This div border color is #f268fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f268fa

Related Colors


Comments

No comments written yet.

Please login to write comment.