Color Hex Logo

#f772bf Color Hex

#F772BF
(247,114,191)
0 Favorites   0 Comments

Color spaces of #f772bf

RGB 247114191
HSL0.900.890.71
HSV325°54°97°
CMYK 0.000.540.23   0.03
XYZ53.779135.570453.3215
Yxy35.57040.37690.2493
Hunter Lab59.640956.5845-11.2591
CIE-Lab66.190459.2815-15.9365

#f772bf color RGB value is (247,114,191).

#f772bf hex color red value is 247, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f772bf hue: 0.90 , saturation: 0.89 and the lightness value of f772bf is 0.71.

The process color (four color CMYK) of #f772bf color hex is 0.00, 0.54, 0.23, 0.03. Web safe color of #f772bf is #ff66cc. Color #f772bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110010 10111111
Octal 367 162 277
Decimal 247 114 191
Hex F7 72 BF

RGB Percentages of Color #f772bf

%44.75
%20.65
%34.60

CMYK Percentages of Color #f772bf

%0
%54
%23
%3

Triadic Colors of #f772bf

#f772bf #bff772 #72bff7

Analogous Colors of #f772bf

#f772bf #f7727d #ed72f7

Monochromatic Colors of #f772bf

#f772bf

Complementary Color

#f772bf #72f7aa

#f772bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f772bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f772bf Color CSS Codes

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

#f772bf Text Font Color

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

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


#f772bf Background Color

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

This div background color is #f772bf


#f772bf Border Color

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

This div border color is #f772bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f772bf


Comments

No comments written yet.

Please login to write comment.