Color Hex Logo

#fb86fc Color Hex

#FB86FC
(251,134,252)
0 Favorites   0 Comments

Color spaces of #fb86fc

RGB 251134252
HSL0.830.950.76
HSV299°47°99°
CMYK 0.000.470.00   0.01
XYZ65.879444.587797.2295
Yxy44.58770.31720.2147
Hunter Lab66.774059.2540-39.5902
CIE-Lab72.619660.5127-39.8016

#fb86fc color RGB value is (251,134,252).

#fb86fc hex color red value is 251, green value is 134 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fb86fc hue: 0.83 , saturation: 0.95 and the lightness value of fb86fc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 11111100
Octal 373 206 374
Decimal 251 134 252
Hex FB 86 FC

RGB Percentages of Color #fb86fc

%39.40
%21.04
%39.56

CMYK Percentages of Color #fb86fc

%0
%47
%0
%1

Triadic Colors of #fb86fc

#fb86fc #fcfb86 #86fcfb

Analogous Colors of #fb86fc

#fb86fc #fc86c2 #c086fc

Monochromatic Colors of #fb86fc

#fb86fc

Complementary Color

#fb86fc #87fc86

#fb86fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb86fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb86fc Color CSS Codes

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

#fb86fc Text Font Color

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

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


#fb86fc Background Color

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

This div background color is #fb86fc


#fb86fc Border Color

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

This div border color is #fb86fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb86fc

Related Colors


Comments

No comments written yet.

Please login to write comment.