Color Hex Logo

#f776bc Color Hex

#F776BC
(247,118,188)
0 Favorites   0 Comments

Color spaces of #f776bc

RGB 247118188
HSL0.910.890.72
HSV327°52°97°
CMYK 0.000.520.24   0.03
XYZ53.913336.361951.7539
Yxy36.36190.37960.2560
Hunter Lab60.300854.0655-8.6758
CIE-Lab66.795557.0168-13.3328

#f776bc color RGB value is (247,118,188).

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

The process color (four color CMYK) of #f776bc color hex is 0.00, 0.52, 0.24, 0.03. Web safe color of #f776bc is #ff66cc. Color #f776bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110110 10111100
Octal 367 166 274
Decimal 247 118 188
Hex F7 76 BC

RGB Percentages of Color #f776bc

%44.67
%21.34
%34.00

CMYK Percentages of Color #f776bc

%0
%52
%24
%3

Triadic Colors of #f776bc

#f776bc #bcf776 #76bcf7

Analogous Colors of #f776bc

#f776bc #f7767c #f276f7

Monochromatic Colors of #f776bc

#f776bc

Complementary Color

#f776bc #76f7b1

#f776bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f776bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f776bc Color CSS Codes

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

#f776bc Text Font Color

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

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


#f776bc Background Color

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

This div background color is #f776bc


#f776bc Border Color

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

This div border color is #f776bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f776bc


Comments

No comments written yet.

Please login to write comment.