Color Hex Logo

#fb84fc Color Hex

#FB84FC
(251,132,252)
0 Favorites   0 Comments

Color spaces of #fb84fc

RGB 251132252
HSL0.830.950.75
HSV300°48°99°
CMYK 0.000.480.00   0.01
XYZ65.605644.040097.1382
Yxy44.04000.31730.2130
Hunter Lab66.362660.3291-40.3318
CIE-Lab72.255261.4694-40.3695

#fb84fc color RGB value is (251,132,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000100 11111100
Octal 373 204 374
Decimal 251 132 252
Hex FB 84 FC

RGB Percentages of Color #fb84fc

%39.53
%20.79
%39.69

CMYK Percentages of Color #fb84fc

%0
%48
%0
%1

Triadic Colors of #fb84fc

#fb84fc #fcfb84 #84fcfb

Analogous Colors of #fb84fc

#fb84fc #fc84c1 #bf84fc

Monochromatic Colors of #fb84fc

#fb84fc

Complementary Color

#fb84fc #85fc84

#fb84fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb84fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb84fc Color CSS Codes

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

#fb84fc Text Font Color

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

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


#fb84fc Background Color

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

This div background color is #fb84fc


#fb84fc Border Color

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

This div border color is #fb84fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb84fc

Related Colors


Comments

No comments written yet.

Please login to write comment.