Color Hex Logo

#f772be Color Hex

#F772BE
(247,114,190)
0 Favorites   0 Comments

Color spaces of #f772be

RGB 247114190
HSL0.900.890.71
HSV326°54°97°
CMYK 0.000.540.23   0.03
XYZ53.669335.526552.7438
Yxy35.52650.37810.2503
Hunter Lab59.604156.4195-10.7430
CIE-Lab66.156559.1457-15.4234

#f772be color RGB value is (247,114,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110010 10111110
Octal 367 162 276
Decimal 247 114 190
Hex F7 72 BE

RGB Percentages of Color #f772be

%44.83
%20.69
%34.48

CMYK Percentages of Color #f772be

%0
%54
%23
%3

Triadic Colors of #f772be

#f772be #bef772 #72bef7

Analogous Colors of #f772be

#f772be #f7727c #ee72f7

Monochromatic Colors of #f772be

#f772be

Complementary Color

#f772be #72f7ab

#f772be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f772be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f772be Color CSS Codes

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

#f772be Text Font Color

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

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


#f772be Background Color

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

This div background color is #f772be


#f772be Border Color

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

This div border color is #f772be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f772be


Comments

No comments written yet.

Please login to write comment.