Color Hex Logo

#f72bfb Color Hex

#F72BFB
(247,43,251)
0 Favorites   0 Comments

Color spaces of #f72bfb

RGB 24743251
HSL0.830.960.58
HSV299°83°98°
CMYK 0.020.830.00   0.02
XYZ56.634228.466993.7765
Yxy28.46690.31660.1591
Hunter Lab53.354496.1026-66.8610
CIE-Lab60.308291.8281-58.7206

#f72bfb color RGB value is (247,43,251).

#f72bfb hex color red value is 247, green value is 43 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f72bfb hue: 0.83 , saturation: 0.96 and the lightness value of f72bfb is 0.58.

The process color (four color CMYK) of #f72bfb color hex is 0.02, 0.83, 0.00, 0.02. Web safe color of #f72bfb is #ff33ff. Color #f72bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101011 11111011
Octal 367 53 373
Decimal 247 43 251
Hex F7 2B FB

RGB Percentages of Color #f72bfb

%45.66
%7.95
%46.40

CMYK Percentages of Color #f72bfb

%2
%83
%0
%2

Triadic Colors of #f72bfb

#f72bfb #fbf72b #2bfbf7

Analogous Colors of #f72bfb

#f72bfb #fb2b97 #8f2bfb

Monochromatic Colors of #f72bfb

#f72bfb

Complementary Color

#f72bfb #2ffb2b

#f72bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72bfb Color CSS Codes

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

#f72bfb Text Font Color

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

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


#f72bfb Background Color

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

This div background color is #f72bfb


#f72bfb Border Color

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

This div border color is #f72bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72bfb


Comments

No comments written yet.

Please login to write comment.