Color Hex Logo

#fb739d Color Hex

#FB739D
(251,115,157)
0 Favorites   0 Comments

Color spaces of #fb739d

RGB 251115157
HSL0.950.940.72
HSV341°54°98°
CMYK 0.000.540.37   0.02
XYZ52.000235.205035.9528
Yxy35.20500.42220.2859
Hunter Lab59.333852.60345.6074
CIE-Lab65.908055.88782.9847

#fb739d color RGB value is (251,115,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 10011101
Octal 373 163 235
Decimal 251 115 157
Hex FB 73 9D

RGB Percentages of Color #fb739d

%47.99
%21.99
%30.02

CMYK Percentages of Color #fb739d

%0
%54
%37
%2

Triadic Colors of #fb739d

#fb739d #9dfb73 #739dfb

Analogous Colors of #fb739d

#fb739d #fb8d73 #fb73e1

Monochromatic Colors of #fb739d

#fb739d

Complementary Color

#fb739d #73fbd1

#fb739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb739d Color CSS Codes

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

#fb739d Text Font Color

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

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


#fb739d Background Color

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

This div background color is #fb739d


#fb739d Border Color

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

This div border color is #fb739d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb739d


Comments

No comments written yet.

Please login to write comment.