Color Hex Logo

#f950bd Color Hex

#F950BD
(249,80,189)
0 Favorites   0 Comments

Color spaces of #f950bd

RGB 24980189
HSL0.890.930.65
HSV321°68°98°
CMYK 0.000.680.24   0.02
XYZ51.120929.551251.1537
Yxy29.55120.38780.2242
Hunter Lab54.361072.7290-17.7392
CIE-Lab61.265073.5822-22.2624

#f950bd color RGB value is (249,80,189).

#f950bd hex color red value is 249, green value is 80 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f950bd hue: 0.89 , saturation: 0.93 and the lightness value of f950bd is 0.65.

The process color (four color CMYK) of #f950bd color hex is 0.00, 0.68, 0.24, 0.02. Web safe color of #f950bd is #ff66cc. Color #f950bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010000 10111101
Octal 371 120 275
Decimal 249 80 189
Hex F9 50 BD

RGB Percentages of Color #f950bd

%48.07
%15.44
%36.49

CMYK Percentages of Color #f950bd

%0
%68
%24
%2

Triadic Colors of #f950bd

#f950bd #bdf950 #50bdf9

Analogous Colors of #f950bd

#f950bd #f95069 #e150f9

Monochromatic Colors of #f950bd

#f950bd

Complementary Color

#f950bd #50f98c

#f950bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f950bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f950bd Color CSS Codes

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

#f950bd Text Font Color

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

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


#f950bd Background Color

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

This div background color is #f950bd


#f950bd Border Color

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

This div border color is #f950bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f950bd

Related Colors


Comments

No comments written yet.

Please login to write comment.