Color Hex Logo

#f96bba Color Hex

#F96BBA
(249,107,186)
0 Favorites   0 Comments

Color spaces of #f96bba

RGB 249107186
HSL0.910.920.70
HSV327°57°98°
CMYK 0.000.570.25   0.02
XYZ53.187534.200350.2524
Yxy34.20030.38640.2485
Hunter Lab58.481060.0009-10.0108
CIE-Lab65.121262.3678-14.6952

#f96bba color RGB value is (249,107,186).

#f96bba hex color red value is 249, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f96bba hue: 0.91 , saturation: 0.92 and the lightness value of f96bba is 0.70.

The process color (four color CMYK) of #f96bba color hex is 0.00, 0.57, 0.25, 0.02. Web safe color of #f96bba is #ff66cc. Color #f96bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101011 10111010
Octal 371 153 272
Decimal 249 107 186
Hex F9 6B BA

RGB Percentages of Color #f96bba

%45.94
%19.74
%34.32

CMYK Percentages of Color #f96bba

%0
%57
%25
%2

Triadic Colors of #f96bba

#f96bba #baf96b #6bbaf9

Analogous Colors of #f96bba

#f96bba #f96b73 #f16bf9

Monochromatic Colors of #f96bba

#f96bba

Complementary Color

#f96bba #6bf9aa

#f96bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96bba Color CSS Codes

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

#f96bba Text Font Color

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

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


#f96bba Background Color

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

This div background color is #f96bba


#f96bba Border Color

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

This div border color is #f96bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96bba


Comments

No comments written yet.

Please login to write comment.