Color Hex Logo

#fb84eb Color Hex

#FB84EB
(251,132,235)
0 Favorites   0 Comments

Color spaces of #fb84eb

RGB 251132235
HSL0.860.940.75
HSV308°47°98°
CMYK 0.000.470.06   0.02
XYZ63.030343.009983.5769
Yxy43.00990.33240.2268
Hunter Lab65.581956.7866-29.6512
CIE-Lab71.561758.5995-32.1528

#fb84eb color RGB value is (251,132,235).

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

The process color (four color CMYK) of #fb84eb color hex is 0.00, 0.47, 0.06, 0.02. Web safe color of #fb84eb is #ff99ff. Color #fb84eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000100 11101011
Octal 373 204 353
Decimal 251 132 235
Hex FB 84 EB

RGB Percentages of Color #fb84eb

%40.61
%21.36
%38.03

CMYK Percentages of Color #fb84eb

%0
%47
%6
%2

Triadic Colors of #fb84eb

#fb84eb #ebfb84 #84ebfb

Analogous Colors of #fb84eb

#fb84eb #fb84b0 #d084fb

Monochromatic Colors of #fb84eb

#fb84eb

Complementary Color

#fb84eb #84fb94

#fb84eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb84eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb84eb Color CSS Codes

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

#fb84eb Text Font Color

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

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


#fb84eb Background Color

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

This div background color is #fb84eb


#fb84eb Border Color

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

This div border color is #fb84eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb84eb


Comments

No comments written yet.

Please login to write comment.