Color Hex Logo

#fb729e Color Hex

#FB729E
(251,114,158)
0 Favorites   0 Comments

Color spaces of #fb729e

RGB 251114158
HSL0.950.940.72
HSV341°55°98°
CMYK 0.000.550.37   0.02
XYZ51.972535.012536.3666
Yxy35.01250.42130.2838
Hunter Lab59.171453.23364.9804
CIE-Lab65.758456.45982.1985

#fb729e color RGB value is (251,114,158).

#fb729e hex color red value is 251, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fb729e hue: 0.95 , saturation: 0.94 and the lightness value of fb729e is 0.72.

The process color (four color CMYK) of #fb729e color hex is 0.00, 0.55, 0.37, 0.02. Web safe color of #fb729e is #ff6699. Color #fb729e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 10011110
Octal 373 162 236
Decimal 251 114 158
Hex FB 72 9E

RGB Percentages of Color #fb729e

%47.99
%21.80
%30.21

CMYK Percentages of Color #fb729e

%0
%55
%37
%2

Triadic Colors of #fb729e

#fb729e #9efb72 #729efb

Analogous Colors of #fb729e

#fb729e #fb8b72 #fb72e3

Monochromatic Colors of #fb729e

#fb729e

Complementary Color

#fb729e #72fbcf

#fb729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb729e Color CSS Codes

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

#fb729e Text Font Color

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

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


#fb729e Background Color

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

This div background color is #fb729e


#fb729e Border Color

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

This div border color is #fb729e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,114,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 #fb729e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb729e


Comments

No comments written yet.

Please login to write comment.