Color Hex Logo

#f977fd Color Hex

#F977FD
(249,119,253)
0 Favorites   0 Comments

Color spaces of #f977fd

RGB 249119253
HSL0.830.970.73
HSV298°53°99°
CMYK 0.020.530.00   0.01
XYZ63.393440.425297.3902
Yxy40.42520.31510.2009
Hunter Lab63.580866.7074-46.3112
CIE-Lab69.771367.1523-44.8184

#f977fd color RGB value is (249,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110111 11111101
Octal 371 167 375
Decimal 249 119 253
Hex F9 77 FD

RGB Percentages of Color #f977fd

%40.10
%19.16
%40.74

CMYK Percentages of Color #f977fd

%2
%53
%0
%1

Triadic Colors of #f977fd

#f977fd #fdf977 #77fdf9

Analogous Colors of #f977fd

#f977fd #fd77be #b677fd

Monochromatic Colors of #f977fd

#f977fd

Complementary Color

#f977fd #7bfd77

#f977fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f977fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f977fd Color CSS Codes

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

#f977fd Text Font Color

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

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


#f977fd Background Color

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

This div background color is #f977fd


#f977fd Border Color

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

This div border color is #f977fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f977fd


Comments

No comments written yet.

Please login to write comment.