Color Hex Logo

#f05ffa Color Hex

#F05FFA
(240,95,250)
0 Favorites   0 Comments

Color spaces of #f05ffa

RGB 24095250
HSL0.820.940.68
HSV296°62°98°
CMYK 0.040.620.00   0.02
XYZ57.282733.611893.9111
Yxy33.61180.31000.1819
Hunter Lab57.975774.9089-55.4571
CIE-Lab64.653374.6994-51.3202

#f05ffa color RGB value is (240,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011111 11111010
Octal 360 137 372
Decimal 240 95 250
Hex F0 5F FA

RGB Percentages of Color #f05ffa

%41.03
%16.24
%42.74

CMYK Percentages of Color #f05ffa

%4
%62
%0
%2

Triadic Colors of #f05ffa

#f05ffa #faf05f #5ffaf0

Analogous Colors of #f05ffa

#f05ffa #fa5fb7 #a35ffa

Monochromatic Colors of #f05ffa

#f05ffa

Complementary Color

#f05ffa #69fa5f

#f05ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05ffa Color CSS Codes

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

#f05ffa Text Font Color

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

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


#f05ffa Background Color

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

This div background color is #f05ffa


#f05ffa Border Color

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

This div border color is #f05ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05ffa


Comments

No comments written yet.

Please login to write comment.