Color Hex Logo

#f96dfc Color Hex

#F96DFC
(249,109,252)
0 Favorites   0 Comments

Color spaces of #f96dfc

RGB 249109252
HSL0.830.960.71
HSV299°57°99°
CMYK 0.010.570.00   0.01
XYZ62.106238.105396.1772
Yxy38.10530.31620.1940
Hunter Lab61.729571.5627-49.1657
CIE-Lab68.098271.3872-46.8998

#f96dfc color RGB value is (249,109,252).

#f96dfc hex color red value is 249, green value is 109 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f96dfc hue: 0.83 , saturation: 0.96 and the lightness value of f96dfc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101101 11111100
Octal 371 155 374
Decimal 249 109 252
Hex F9 6D FC

RGB Percentages of Color #f96dfc

%40.82
%17.87
%41.31

CMYK Percentages of Color #f96dfc

%1
%57
%0
%1

Triadic Colors of #f96dfc

#f96dfc #fcf96d #6dfcf9

Analogous Colors of #f96dfc

#f96dfc #fc6db8 #b26dfc

Monochromatic Colors of #f96dfc

#f96dfc

Complementary Color

#f96dfc #70fc6d

#f96dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96dfc Color CSS Codes

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

#f96dfc Text Font Color

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

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


#f96dfc Background Color

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

This div background color is #f96dfc


#f96dfc Border Color

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

This div border color is #f96dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.