Color Hex Logo

#fb66fc Color Hex

#FB66FC
(251,102,252)
0 Favorites   0 Comments

Color spaces of #fb66fc

RGB 251102252
HSL0.830.960.69
HSV300°60°99°
CMYK 0.000.600.00   0.01
XYZ62.105737.040295.9716
Yxy37.04020.31830.1898
Hunter Lab60.860775.6455-50.8924
CIE-Lab67.307274.7954-48.1267

#fb66fc color RGB value is (251,102,252).

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

The process color (four color CMYK) of #fb66fc color hex is 0.00, 0.60, 0.00, 0.01. Web safe color of #fb66fc is #ff66ff. Color #fb66fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100110 11111100
Octal 373 146 374
Decimal 251 102 252
Hex FB 66 FC

RGB Percentages of Color #fb66fc

%41.49
%16.86
%41.65

CMYK Percentages of Color #fb66fc

%0
%60
%0
%1

Triadic Colors of #fb66fc

#fb66fc #fcfb66 #66fcfb

Analogous Colors of #fb66fc

#fb66fc #fc66b2 #b066fc

Monochromatic Colors of #fb66fc

#fb66fc

Complementary Color

#fb66fc #67fc66

#fb66fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb66fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb66fc Color CSS Codes

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

#fb66fc Text Font Color

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

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


#fb66fc Background Color

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

This div background color is #fb66fc


#fb66fc Border Color

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

This div border color is #fb66fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb66fc

Related Colors


Comments

No comments written yet.

Please login to write comment.