Color Hex Logo

#f06cfa Color Hex

#F06CFA
(240,108,250)
0 Favorites   0 Comments

Color spaces of #f06cfa

RGB 240108250
HSL0.820.930.70
HSV296°57°98°
CMYK 0.040.570.00   0.02
XYZ58.553136.152594.3345
Yxy36.15250.30970.1912
Hunter Lab60.126968.6055-50.9325
CIE-Lab66.636369.2513-48.1868

#f06cfa color RGB value is (240,108,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101100 11111010
Octal 360 154 372
Decimal 240 108 250
Hex F0 6C FA

RGB Percentages of Color #f06cfa

%40.13
%18.06
%41.81

CMYK Percentages of Color #f06cfa

%4
%57
%0
%2

Triadic Colors of #f06cfa

#f06cfa #faf06c #6cfaf0

Analogous Colors of #f06cfa

#f06cfa #fa6cbd #a96cfa

Monochromatic Colors of #f06cfa

#f06cfa

Complementary Color

#f06cfa #76fa6c

#f06cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06cfa Color CSS Codes

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

#f06cfa Text Font Color

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

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


#f06cfa Background Color

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

This div background color is #f06cfa


#f06cfa Border Color

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

This div border color is #f06cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.