Color Hex Logo

#f977da Color Hex

#F977DA
(249,119,218)
0 Favorites   0 Comments

Color spaces of #f977da

RGB 249119218
HSL0.870.920.72
HSV314°52°98°
CMYK 0.000.520.12   0.02
XYZ58.318638.395370.6670
Yxy38.39530.34840.2294
Hunter Lab61.963959.5619-24.2427
CIE-Lab68.311061.4641-27.7968

#f977da color RGB value is (249,119,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110111 11011010
Octal 371 167 332
Decimal 249 119 218
Hex F9 77 DA

RGB Percentages of Color #f977da

%42.49
%20.31
%37.20

CMYK Percentages of Color #f977da

%0
%52
%12
%2

Triadic Colors of #f977da

#f977da #daf977 #77daf9

Analogous Colors of #f977da

#f977da #f97799 #d777f9

Monochromatic Colors of #f977da

#f977da

Complementary Color

#f977da #77f996

#f977da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f977da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f977da Color CSS Codes

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

#f977da Text Font Color

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

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


#f977da Background Color

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

This div background color is #f977da


#f977da Border Color

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

This div border color is #f977da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f977da


Comments

No comments written yet.

Please login to write comment.