Color Hex Logo

#f977ff Color Hex

#F977FF
(249,119,255)
0 Favorites   0 Comments

Color spaces of #f977ff

RGB 249119255
HSL0.831.000.73
HSV297°53°100°
CMYK 0.020.530.00   0.00
XYZ63.713740.553499.0772
Yxy40.55340.31330.1994
Hunter Lab63.681667.1474-47.6676
CIE-Lab69.861967.4964-45.7686

#f977ff color RGB value is (249,119,255).

#f977ff hex color red value is 249, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f977ff hue: 0.83 , saturation: 1.00 and the lightness value of f977ff is 0.73.

The process color (four color CMYK) of #f977ff color hex is 0.02, 0.53, 0.00, 0.00. Web safe color of #f977ff is #ff66ff. Color #f977ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110111 11111111
Octal 371 167 377
Decimal 249 119 255
Hex F9 77 FF

RGB Percentages of Color #f977ff

%39.97
%19.10
%40.93

CMYK Percentages of Color #f977ff

%2
%53
%0
%0

Triadic Colors of #f977ff

#f977ff #fff977 #77fff9

Analogous Colors of #f977ff

#f977ff #ff77c1 #b577ff

Monochromatic Colors of #f977ff

#f977ff

Complementary Color

#f977ff #7dff77

#f977ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f977ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f977ff Color CSS Codes

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

#f977ff Text Font Color

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

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


#f977ff Background Color

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

This div background color is #f977ff


#f977ff Border Color

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

This div border color is #f977ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f977ff

Related Colors

#f977ff Color Palettes


Comments

No comments written yet.

Please login to write comment.