Color Hex Logo

#f977ba Color Hex

#F977BA
(249,119,186)
0 Favorites   0 Comments

Color spaces of #f977ba

RGB 249119186
HSL0.910.920.72
HSV329°52°98°
CMYK 0.000.520.25   0.02
XYZ54.526736.878650.6988
Yxy36.87860.38370.2595
Hunter Lab60.727853.9994-6.9891
CIE-Lab67.185956.8981-11.5919

#f977ba color RGB value is (249,119,186).

#f977ba hex color red value is 249, green value is 119 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f977ba hue: 0.91 , saturation: 0.92 and the lightness value of f977ba is 0.72.

The process color (four color CMYK) of #f977ba color hex is 0.00, 0.52, 0.25, 0.02. Web safe color of #f977ba is #ff66cc. Color #f977ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110111 10111010
Octal 371 167 272
Decimal 249 119 186
Hex F9 77 BA

RGB Percentages of Color #f977ba

%44.95
%21.48
%33.57

CMYK Percentages of Color #f977ba

%0
%52
%25
%2

Triadic Colors of #f977ba

#f977ba #baf977 #77baf9

Analogous Colors of #f977ba

#f977ba #f97779 #f777f9

Monochromatic Colors of #f977ba

#f977ba

Complementary Color

#f977ba #77f9b6

#f977ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f977ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f977ba Color CSS Codes

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

#f977ba Text Font Color

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

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


#f977ba Background Color

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

This div background color is #f977ba


#f977ba Border Color

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

This div border color is #f977ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,119,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f977ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f977ba;
  -webkit-box-shadow: 1px 1px 3px 2px #f977ba;
  box-shadow:         1px 1px 3px 2px #f977ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,119,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f977ba


Comments

No comments written yet.

Please login to write comment.