Color Hex Logo

#fb729f Color Hex

#FB729F
(251,114,159)
0 Favorites   0 Comments

Color spaces of #fb729f

RGB 251114159
HSL0.950.940.72
HSV340°55°98°
CMYK 0.000.550.37   0.02
XYZ52.059035.047136.8218
Yxy35.04710.42010.2828
Hunter Lab59.200653.36584.5630
CIE-Lab65.785356.57051.6684

#fb729f color RGB value is (251,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 10011111
Octal 373 162 237
Decimal 251 114 159
Hex FB 72 9F

RGB Percentages of Color #fb729f

%47.90
%21.76
%30.34

CMYK Percentages of Color #fb729f

%0
%55
%37
%2

Triadic Colors of #fb729f

#fb729f #9ffb72 #729ffb

Analogous Colors of #fb729f

#fb729f #fb8a72 #fb72e4

Monochromatic Colors of #fb729f

#fb729f

Complementary Color

#fb729f #72fbce

#fb729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb729f Color CSS Codes

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

#fb729f Text Font Color

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

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


#fb729f Background Color

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

This div background color is #fb729f


#fb729f Border Color

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

This div border color is #fb729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb729f


Comments

No comments written yet.

Please login to write comment.