Color Hex Logo

#fb739e Color Hex

#FB739E
(251,115,158)
0 Favorites   0 Comments

Color spaces of #fb739e

RGB 251115158
HSL0.950.940.72
HSV341°54°98°
CMYK 0.000.540.37   0.02
XYZ52.085935.239336.4044
Yxy35.23930.42100.2848
Hunter Lab59.362752.73445.1941
CIE-Lab65.934655.99772.4542

#fb739e color RGB value is (251,115,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 10011110
Octal 373 163 236
Decimal 251 115 158
Hex FB 73 9E

RGB Percentages of Color #fb739e

%47.90
%21.95
%30.15

CMYK Percentages of Color #fb739e

%0
%54
%37
%2

Triadic Colors of #fb739e

#fb739e #9efb73 #739efb

Analogous Colors of #fb739e

#fb739e #fb8c73 #fb73e2

Monochromatic Colors of #fb739e

#fb739e

Complementary Color

#fb739e #73fbd0

#fb739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb739e Color CSS Codes

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

#fb739e Text Font Color

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

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


#fb739e Background Color

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

This div background color is #fb739e


#fb739e Border Color

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

This div border color is #fb739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb739e


Comments

No comments written yet.

Please login to write comment.