Color Hex Logo

#fb299e Color Hex

#FB299E
(251,41,158)
0 Favorites   0 Comments

Color spaces of #fb299e

RGB 25141158
HSL0.910.960.57
HSV327°84°98°
CMYK 0.000.840.37   0.02
XYZ46.748224.563734.6251
Yxy24.56370.44130.2319
Hunter Lab49.561881.6336-6.7282
CIE-Lab56.647881.5432-11.2580

#fb299e color RGB value is (251,41,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 10011110
Octal 373 51 236
Decimal 251 41 158
Hex FB 29 9E

RGB Percentages of Color #fb299e

%55.78
%9.11
%35.11

CMYK Percentages of Color #fb299e

%0
%84
%37
%2

Triadic Colors of #fb299e

#fb299e #9efb29 #299efb

Analogous Colors of #fb299e

#fb299e #fb2935 #ef29fb

Monochromatic Colors of #fb299e

#fb299e

Complementary Color

#fb299e #29fb86

#fb299e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb299e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb299e Color CSS Codes

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

#fb299e Text Font Color

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

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


#fb299e Background Color

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

This div background color is #fb299e


#fb299e Border Color

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

This div border color is #fb299e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb299e


Comments

No comments written yet.

Please login to write comment.