Color Hex Logo

#fb288e Color Hex

#FB288E
(251,40,142)
0 Favorites   0 Comments

Color spaces of #fb288e

RGB 25140142
HSL0.920.960.57
HSV331°84°98°
CMYK 0.000.840.43   0.02
XYZ45.424923.979827.8256
Yxy23.97980.46720.2466
Hunter Lab48.969279.88450.5883
CIE-Lab56.067680.2845-2.6640

#fb288e color RGB value is (251,40,142).

#fb288e hex color red value is 251, green value is 40 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fb288e hue: 0.92 , saturation: 0.96 and the lightness value of fb288e is 0.57.

The process color (four color CMYK) of #fb288e color hex is 0.00, 0.84, 0.43, 0.02. Web safe color of #fb288e is #ff3399. Color #fb288e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101000 10001110
Octal 373 50 216
Decimal 251 40 142
Hex FB 28 8E

RGB Percentages of Color #fb288e

%57.97
%9.24
%32.79

CMYK Percentages of Color #fb288e

%0
%84
%43
%2

Triadic Colors of #fb288e

#fb288e #8efb28 #288efb

Analogous Colors of #fb288e

#fb288e #fb2c28 #fb28f8

Monochromatic Colors of #fb288e

#fb288e

Complementary Color

#fb288e #28fb95

#fb288e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb288e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb288e Color CSS Codes

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

#fb288e Text Font Color

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

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


#fb288e Background Color

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

This div background color is #fb288e


#fb288e Border Color

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

This div border color is #fb288e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb288e


Comments

No comments written yet.

Please login to write comment.