Color Hex Logo

#f772fb Color Hex

#F772FB
(247,114,251)
0 Favorites   0 Comments

Color spaces of #f772fb

RGB 247114251
HSL0.830.940.72
HSV298°55°98°
CMYK 0.020.550.00   0.02
XYZ61.787738.773895.4943
Yxy38.77380.31520.1978
Hunter Lab62.268668.1513-47.3383
CIE-Lab68.587168.5367-45.6015

#f772fb color RGB value is (247,114,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110010 11111011
Octal 367 162 373
Decimal 247 114 251
Hex F7 72 FB

RGB Percentages of Color #f772fb

%40.36
%18.63
%41.01

CMYK Percentages of Color #f772fb

%2
%55
%0
%2

Triadic Colors of #f772fb

#f772fb #fbf772 #72fbf7

Analogous Colors of #f772fb

#f772fb #fb72bb #b372fb

Monochromatic Colors of #f772fb

#f772fb

Complementary Color

#f772fb #76fb72

#f772fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f772fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f772fb Color CSS Codes

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

#f772fb Text Font Color

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

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


#f772fb Background Color

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

This div background color is #f772fb


#f772fb Border Color

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

This div border color is #f772fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,114,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 #f772fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f772fb


Comments

No comments written yet.

Please login to write comment.