Color Hex Logo

#f978fd Color Hex

#F978FD
(249,120,253)
0 Favorites   0 Comments

Color spaces of #f978fd

RGB 249120253
HSL0.830.970.73
HSV298°53°99°
CMYK 0.020.530.00   0.01
XYZ63.513040.664597.4300
Yxy40.66450.31500.2017
Hunter Lab63.768766.1889-45.9490
CIE-Lab69.940266.6988-44.5535

#f978fd color RGB value is (249,120,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111000 11111101
Octal 371 170 375
Decimal 249 120 253
Hex F9 78 FD

RGB Percentages of Color #f978fd

%40.03
%19.29
%40.68

CMYK Percentages of Color #f978fd

%2
%53
%0
%1

Triadic Colors of #f978fd

#f978fd #fdf978 #78fdf9

Analogous Colors of #f978fd

#f978fd #fd78bf #b778fd

Monochromatic Colors of #f978fd

#f978fd

Complementary Color

#f978fd #7cfd78

#f978fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f978fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f978fd Color CSS Codes

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

#f978fd Text Font Color

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

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


#f978fd Background Color

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

This div background color is #f978fd


#f978fd Border Color

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

This div border color is #f978fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,120,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 #f978fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f978fd

Related Colors


Comments

No comments written yet.

Please login to write comment.