Color Hex Logo

#f977cd Color Hex

#F977CD
(249,119,205)
0 Favorites   0 Comments

Color spaces of #f977cd

RGB 249119205
HSL0.890.920.72
HSV320°52°98°
CMYK 0.000.520.18   0.02
XYZ56.683237.741262.0548
Yxy37.74120.36220.2412
Hunter Lab61.433957.1874-16.8856
CIE-Lab67.829459.5304-21.2858

#f977cd color RGB value is (249,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110111 11001101
Octal 371 167 315
Decimal 249 119 205
Hex F9 77 CD

RGB Percentages of Color #f977cd

%43.46
%20.77
%35.78

CMYK Percentages of Color #f977cd

%0
%52
%18
%2

Triadic Colors of #f977cd

#f977cd #cdf977 #77cdf9

Analogous Colors of #f977cd

#f977cd #f9778c #e477f9

Monochromatic Colors of #f977cd

#f977cd

Complementary Color

#f977cd #77f9a3

#f977cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f977cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f977cd Color CSS Codes

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

#f977cd Text Font Color

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

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


#f977cd Background Color

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

This div background color is #f977cd


#f977cd Border Color

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

This div border color is #f977cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f977cd


Comments

No comments written yet.

Please login to write comment.