Color Hex Logo

#f06bfc Color Hex

#F06BFC
(240,107,252)
0 Favorites   0 Comments

Color spaces of #f06bfc

RGB 240107252
HSL0.820.960.70
HSV295°58°99°
CMYK 0.050.580.00   0.01
XYZ58.763636.068995.9603
Yxy36.06890.30800.1890
Hunter Lab60.057469.5542-52.6940
CIE-Lab66.572570.0352-49.3858

#f06bfc color RGB value is (240,107,252).

#f06bfc hex color red value is 240, green value is 107 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f06bfc hue: 0.82 , saturation: 0.96 and the lightness value of f06bfc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101011 11111100
Octal 360 153 374
Decimal 240 107 252
Hex F0 6B FC

RGB Percentages of Color #f06bfc

%40.07
%17.86
%42.07

CMYK Percentages of Color #f06bfc

%5
%58
%0
%1

Triadic Colors of #f06bfc

#f06bfc #fcf06b #6bfcf0

Analogous Colors of #f06bfc

#f06bfc #fc6bc0 #a86bfc

Monochromatic Colors of #f06bfc

#f06bfc

Complementary Color

#f06bfc #77fc6b

#f06bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06bfc Color CSS Codes

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

#f06bfc Text Font Color

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

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


#f06bfc Background Color

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

This div background color is #f06bfc


#f06bfc Border Color

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

This div border color is #f06bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.