Color Hex Logo

#f96bfd Color Hex

#F96BFD
(249,107,253)
0 Favorites   0 Comments

Color spaces of #f96bfd

RGB 249107253
HSL0.830.970.71
HSV298°58°99°
CMYK 0.020.580.00   0.01
XYZ62.054237.747096.9438
Yxy37.74700.31540.1919
Hunter Lab61.438672.7710-50.5465
CIE-Lab67.833772.4058-47.8642

#f96bfd color RGB value is (249,107,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101011 11111101
Octal 371 153 375
Decimal 249 107 253
Hex F9 6B FD

RGB Percentages of Color #f96bfd

%40.89
%17.57
%41.54

CMYK Percentages of Color #f96bfd

%2
%58
%0
%1

Triadic Colors of #f96bfd

#f96bfd #fdf96b #6bfdf9

Analogous Colors of #f96bfd

#f96bfd #fd6bb8 #b06bfd

Monochromatic Colors of #f96bfd

#f96bfd

Complementary Color

#f96bfd #6ffd6b

#f96bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96bfd Color CSS Codes

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

#f96bfd Text Font Color

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

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


#f96bfd Background Color

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

This div background color is #f96bfd


#f96bfd Border Color

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

This div border color is #f96bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.