Color Hex Logo

#fb72f2 Color Hex

#FB72F2
(251,114,242)
0 Favorites   0 Comments

Color spaces of #fb72f2

RGB 251114242
HSL0.840.940.72
HSV304°55°98°
CMYK 0.000.550.04   0.02
XYZ61.828038.954788.2647
Yxy38.95470.32710.2061
Hunter Lab62.413767.6010-40.1576
CIE-Lab68.718468.0647-40.4166

#fb72f2 color RGB value is (251,114,242).

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

The process color (four color CMYK) of #fb72f2 color hex is 0.00, 0.55, 0.04, 0.02. Web safe color of #fb72f2 is #ff66ff. Color #fb72f2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 11110010
Octal 373 162 362
Decimal 251 114 242
Hex FB 72 F2

RGB Percentages of Color #fb72f2

%41.35
%18.78
%39.87

CMYK Percentages of Color #fb72f2

%0
%55
%4
%2

Triadic Colors of #fb72f2

#fb72f2 #f2fb72 #72f2fb

Analogous Colors of #fb72f2

#fb72f2 #fb72ae #c072fb

Monochromatic Colors of #fb72f2

#fb72f2

Complementary Color

#fb72f2 #72fb7b

#fb72f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb72f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb72f2 Color CSS Codes

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

#fb72f2 Text Font Color

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

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


#fb72f2 Background Color

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

This div background color is #fb72f2


#fb72f2 Border Color

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

This div border color is #fb72f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb72f2


Comments

No comments written yet.

Please login to write comment.