Color Hex Logo

#fb84fd Color Hex

#FB84FD
(251,132,253)
0 Favorites   0 Comments

Color spaces of #fb84fd

RGB 251132253
HSL0.830.970.75
HSV299°48°99°
CMYK 0.010.480.00   0.01
XYZ65.764544.103697.9752
Yxy44.10360.31640.2122
Hunter Lab66.410560.5451-40.9829
CIE-Lab72.297761.6428-40.8477

#fb84fd color RGB value is (251,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000100 11111101
Octal 373 204 375
Decimal 251 132 253
Hex FB 84 FD

RGB Percentages of Color #fb84fd

%39.47
%20.75
%39.78

CMYK Percentages of Color #fb84fd

%1
%48
%0
%1

Triadic Colors of #fb84fd

#fb84fd #fdfb84 #84fdfb

Analogous Colors of #fb84fd

#fb84fd #fd84c3 #bf84fd

Monochromatic Colors of #fb84fd

#fb84fd

Complementary Color

#fb84fd #86fd84

#fb84fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb84fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb84fd Color CSS Codes

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

#fb84fd Text Font Color

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

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


#fb84fd Background Color

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

This div background color is #fb84fd


#fb84fd Border Color

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

This div border color is #fb84fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb84fd


Comments

No comments written yet.

Please login to write comment.