Color Hex Logo

#fb728a Color Hex

#FB728A
(251,114,138)
0 Favorites   0 Comments

Color spaces of #fb728a

RGB 251114138
HSL0.970.940.72
HSV349°55°98°
CMYK 0.000.550.45   0.02
XYZ50.388434.378828.0248
Yxy34.37880.44670.3048
Hunter Lab58.633450.790812.7048
CIE-Lab65.262154.401912.8865

#fb728a color RGB value is (251,114,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 10001010
Octal 373 162 212
Decimal 251 114 138
Hex FB 72 8A

RGB Percentages of Color #fb728a

%49.90
%22.66
%27.44

CMYK Percentages of Color #fb728a

%0
%55
%45
%2

Triadic Colors of #fb728a

#fb728a #8afb72 #728afb

Analogous Colors of #fb728a

#fb728a #fb9f72 #fb72cf

Monochromatic Colors of #fb728a

#fb728a

Complementary Color

#fb728a #72fbe3

#fb728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb728a Color CSS Codes

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

#fb728a Text Font Color

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

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


#fb728a Background Color

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

This div background color is #fb728a


#fb728a Border Color

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

This div border color is #fb728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb728a


Comments

No comments written yet.

Please login to write comment.