Color Hex Logo

#fb739a Color Hex

#FB739A
(251,115,154)
0 Favorites   0 Comments

Color spaces of #fb739a

RGB 251115154
HSL0.950.940.72
HSV343°54°98°
CMYK 0.000.540.39   0.02
XYZ51.747135.103834.6202
Yxy35.10380.42600.2890
Hunter Lab59.248552.21566.8294
CIE-Lab65.829455.56184.5787

#fb739a color RGB value is (251,115,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 10011010
Octal 373 163 232
Decimal 251 115 154
Hex FB 73 9A

RGB Percentages of Color #fb739a

%48.27
%22.12
%29.62

CMYK Percentages of Color #fb739a

%0
%54
%39
%2

Triadic Colors of #fb739a

#fb739a #9afb73 #739afb

Analogous Colors of #fb739a

#fb739a #fb9073 #fb73de

Monochromatic Colors of #fb739a

#fb739a

Complementary Color

#fb739a #73fbd4

#fb739a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb739a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb739a Color CSS Codes

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

#fb739a Text Font Color

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

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


#fb739a Background Color

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

This div background color is #fb739a


#fb739a Border Color

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

This div border color is #fb739a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb739a

Related Colors


Comments

No comments written yet.

Please login to write comment.