Color Hex Logo

#f756bf Color Hex

#F756BF
(247,86,191)
0 Favorites   0 Comments

Color spaces of #f756bf

RGB 24786191
HSL0.890.910.65
HSV321°65°97°
CMYK 0.000.650.23   0.03
XYZ51.089530.191352.4250
Yxy30.19130.38210.2258
Hunter Lab54.946669.8132-18.1064
CIE-Lab61.818971.1115-22.5849

#f756bf color RGB value is (247,86,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010110 10111111
Octal 367 126 277
Decimal 247 86 191
Hex F7 56 BF

RGB Percentages of Color #f756bf

%47.14
%16.41
%36.45

CMYK Percentages of Color #f756bf

%0
%65
%23
%3

Triadic Colors of #f756bf

#f756bf #bff756 #56bff7

Analogous Colors of #f756bf

#f756bf #f7566f #df56f7

Monochromatic Colors of #f756bf

#f756bf

Complementary Color

#f756bf #56f78e

#f756bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f756bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f756bf Color CSS Codes

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

#f756bf Text Font Color

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

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


#f756bf Background Color

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

This div background color is #f756bf


#f756bf Border Color

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

This div border color is #f756bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f756bf


Comments

No comments written yet.

Please login to write comment.