Color Hex Logo

#f086fb Color Hex

#F086FB
(240,134,251)
0 Favorites   0 Comments

Color spaces of #f086fb

RGB 240134251
HSL0.820.940.75
HSV294°47°98°
CMYK 0.040.470.00   0.02
XYZ61.872942.540596.2169
Yxy42.54050.30840.2120
Hunter Lab65.223155.1910-41.8083
CIE-Lab71.242057.2922-41.5058

#f086fb color RGB value is (240,134,251).

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

The process color (four color CMYK) of #f086fb color hex is 0.04, 0.47, 0.00, 0.02. Web safe color of #f086fb is #ff99ff. Color #f086fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 11111011
Octal 360 206 373
Decimal 240 134 251
Hex F0 86 FB

RGB Percentages of Color #f086fb

%38.40
%21.44
%40.16

CMYK Percentages of Color #f086fb

%4
%47
%0
%2

Triadic Colors of #f086fb

#f086fb #fbf086 #86fbf0

Analogous Colors of #f086fb

#f086fb #fb86cc #b686fb

Monochromatic Colors of #f086fb

#f086fb

Complementary Color

#f086fb #91fb86

#f086fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f086fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f086fb Color CSS Codes

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

#f086fb Text Font Color

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

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


#f086fb Background Color

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

This div background color is #f086fb


#f086fb Border Color

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

This div border color is #f086fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f086fb


Comments

No comments written yet.

Please login to write comment.