Color Hex Logo

#f77bcf Color Hex

#F77BCF
(247,123,207)
0 Favorites   0 Comments

Color spaces of #f77bcf

RGB 247123207
HSL0.890.890.73
HSV319°50°97°
CMYK 0.000.500.16   0.03
XYZ56.703238.445163.4635
Yxy38.44510.35750.2424
Hunter Lab62.004154.7323-17.2826
CIE-Lab68.347457.3474-21.6381

#f77bcf color RGB value is (247,123,207).

#f77bcf hex color red value is 247, green value is 123 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f77bcf hue: 0.89 , saturation: 0.89 and the lightness value of f77bcf is 0.73.

The process color (four color CMYK) of #f77bcf color hex is 0.00, 0.50, 0.16, 0.03. Web safe color of #f77bcf is #ff66cc. Color #f77bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111011 11001111
Octal 367 173 317
Decimal 247 123 207
Hex F7 7B CF

RGB Percentages of Color #f77bcf

%42.81
%21.32
%35.88

CMYK Percentages of Color #f77bcf

%0
%50
%16
%3

Triadic Colors of #f77bcf

#f77bcf #cff77b #7bcff7

Analogous Colors of #f77bcf

#f77bcf #f77b91 #e17bf7

Monochromatic Colors of #f77bcf

#f77bcf

Complementary Color

#f77bcf #7bf7a3

#f77bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77bcf Color CSS Codes

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

#f77bcf Text Font Color

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

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


#f77bcf Background Color

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

This div background color is #f77bcf


#f77bcf Border Color

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

This div border color is #f77bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77bcf


Comments

No comments written yet.

Please login to write comment.