Color Hex Logo

#fb29bf Color Hex

#FB29BF
(251,41,191)
0 Favorites   0 Comments

Color spaces of #fb29bf

RGB 25141191
HSL0.880.960.57
HSV317°84°98°
CMYK 0.000.840.24   0.02
XYZ49.980625.856751.6468
Yxy25.85670.39210.2028
Hunter Lab50.849586.4633-24.6250
CIE-Lab57.900885.0372-28.5609

#fb29bf color RGB value is (251,41,191).

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

The process color (four color CMYK) of #fb29bf color hex is 0.00, 0.84, 0.24, 0.02. Web safe color of #fb29bf is #ff33cc. Color #fb29bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 10111111
Octal 373 51 277
Decimal 251 41 191
Hex FB 29 BF

RGB Percentages of Color #fb29bf

%51.97
%8.49
%39.54

CMYK Percentages of Color #fb29bf

%0
%84
%24
%2

Triadic Colors of #fb29bf

#fb29bf #bffb29 #29bffb

Analogous Colors of #fb29bf

#fb29bf #fb2956 #ce29fb

Monochromatic Colors of #fb29bf

#fb29bf

Complementary Color

#fb29bf #29fb65

#fb29bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb29bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb29bf Color CSS Codes

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

#fb29bf Text Font Color

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

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


#fb29bf Background Color

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

This div background color is #fb29bf


#fb29bf Border Color

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

This div border color is #fb29bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb29bf


Comments

No comments written yet.

Please login to write comment.