Color Hex Logo

#fb72bf Color Hex

#FB72BF
(251,114,191)
0 Favorites   0 Comments

Color spaces of #fb72bf

RGB 251114191
HSL0.910.940.72
HSV326°55°98°
CMYK 0.000.550.24   0.02
XYZ55.204936.305453.3882
Yxy36.30540.38100.2506
Hunter Lab60.254058.0979-10.3563
CIE-Lab66.752660.4809-15.0328

#fb72bf color RGB value is (251,114,191).

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

The process color (four color CMYK) of #fb72bf color hex is 0.00, 0.55, 0.24, 0.02. Web safe color of #fb72bf is #ff66cc. Color #fb72bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 10111111
Octal 373 162 277
Decimal 251 114 191
Hex FB 72 BF

RGB Percentages of Color #fb72bf

%45.14
%20.50
%34.35

CMYK Percentages of Color #fb72bf

%0
%55
%24
%2

Triadic Colors of #fb72bf

#fb72bf #bffb72 #72bffb

Analogous Colors of #fb72bf

#fb72bf #fb727b #f372fb

Monochromatic Colors of #fb72bf

#fb72bf

Complementary Color

#fb72bf #72fbae

#fb72bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb72bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb72bf Color CSS Codes

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

#fb72bf Text Font Color

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

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


#fb72bf Background Color

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

This div background color is #fb72bf


#fb72bf Border Color

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

This div border color is #fb72bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb72bf


Comments

No comments written yet.

Please login to write comment.