Color Hex Logo

#f09fff Color Hex

#F09FFF
(240,159,255)
0 Favorites   0 Comments

Color spaces of #f09fff

RGB 240159255
HSL0.811.000.81
HSV291°38°100°
CMYK 0.060.380.00   0.00
XYZ66.383350.5415100.8645
Yxy50.54150.30480.2321
Hunter Lab71.092542.2640-34.3545
CIE-Lab76.400445.3413-35.6536

#f09fff color RGB value is (240,159,255).

#f09fff hex color red value is 240, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f09fff hue: 0.81 , saturation: 1.00 and the lightness value of f09fff is 0.81.

The process color (four color CMYK) of #f09fff color hex is 0.06, 0.38, 0.00, 0.00. Web safe color of #f09fff is #ff99ff. Color #f09fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011111 11111111
Octal 360 237 377
Decimal 240 159 255
Hex F0 9F FF

RGB Percentages of Color #f09fff

%36.70
%24.31
%38.99

CMYK Percentages of Color #f09fff

%6
%38
%0
%0

Triadic Colors of #f09fff

#f09fff #fff09f #9ffff0

Analogous Colors of #f09fff

#f09fff #ff9fde #c09fff

Monochromatic Colors of #f09fff

#f09fff

Complementary Color

#f09fff #aeff9f

#f09fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09fff Color CSS Codes

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

#f09fff Text Font Color

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

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


#f09fff Background Color

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

This div background color is #f09fff


#f09fff Border Color

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

This div border color is #f09fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09fff

Related Colors


Comments

No comments written yet.

Please login to write comment.