Color Hex Logo

#f956fd Color Hex

#F956FD
(249,86,253)
0 Favorites   0 Comments

Color spaces of #f956fd

RGB 24986253
HSL0.830.980.66
HSV299°66°99°
CMYK 0.020.660.00   0.01
XYZ60.124333.887296.3005
Yxy33.88720.31590.1781
Hunter Lab58.212782.4893-57.3337
CIE-Lab64.872980.6238-52.5425

#f956fd color RGB value is (249,86,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11111101
Octal 371 126 375
Decimal 249 86 253
Hex F9 56 FD

RGB Percentages of Color #f956fd

%42.35
%14.63
%43.03

CMYK Percentages of Color #f956fd

%2
%66
%0
%1

Triadic Colors of #f956fd

#f956fd #fdf956 #56fdf9

Analogous Colors of #f956fd

#f956fd #fd56ae #a656fd

Monochromatic Colors of #f956fd

#f956fd

Complementary Color

#f956fd #5afd56

#f956fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956fd Color CSS Codes

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

#f956fd Text Font Color

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

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


#f956fd Background Color

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

This div background color is #f956fd


#f956fd Border Color

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

This div border color is #f956fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956fd

Related Colors


Comments

No comments written yet.

Please login to write comment.